Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 20:48:28 -0500 (EST)
From:      Dennis Ostrovsky <denis.ostrovsky@yale.edu>
To:        questions@freebsd.org
Subject:   xpm problem solved
Message-ID:  <Pine.GSO.4.05.9902222042480.4852-100000@mercury.cis.yale.edu>

next in thread | raw e-mail | index | archive | help
It's more fun to post solutions that questions. :) This is all on a
3.1-STABLE system.

I was having this problem where libXpm would not build from the port. Well
after screwing around with stuff I finally figured out what was going
wrong. It seems the port was building the library ok, but when it came
time to build sxpm, it required a link to libXpm which had to be ALLREADY
installed. 

So what I did was that I manually went into the /lib build directory, and
did a make install. Then went back to the installation of the port and did
a make, and everything went smoothly. I think this is a problem with the
port...where it's using as libXpm the library installed in /usr/X11R6/lib,
when it should be using the one in the work directory of the make.

Anyway, hope this helps someone out. :)

Dennis

------------------------------------------------------------------------
    Dennis Ostrovsky ** Department of Chemistry ** Yale University  

E-mail: den@master.chem.yale.edu     WWW: http://pantheon.yale.edu/~do33     
------------------------------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.9902222042480.4852-100000>