Allshouse, Brian M CTR NSWCDL, XDT10 wrote:
Look like your compiling in /usr/local if that's true try this and try
to compile it again.
[EMAIL PROTECTED] > echo "/usr/local/lib" >> /etc/ld.so.conf


you might want to be careful with that echo.
some distro's now just include from ld.so.conf.d/*.conf
so you could/should instead.

echo "/usr/local/lib" >> /etc/ld.so.conf.d/usrlocal-i386.conf

[EMAIL PROTECTED] > ldconfig

[EMAIL PROTECTED] > ln -s /usr/lib/pkgconfig /usr/local/lib/pkgconfig


--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
_______________________________________________
Muscle mailing list
Muscle@lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to