[mythtv] Issues changing PREFIX

Nigel Pearson nigel at ind.tansu.com.au
Mon Feb 5 21:59:34 UTC 2007


> I had added the /opt/lib directory to ld.so.conf and ran ldconfig,
> before I started building the source.

Hmmm. That should have worked.



1) Setting LD_LIBRARY_PATH works for
my strange (OS X) directory setups:

% ./configure --disable-distcc
You must have the Lame MP3 encoding library installed to compile Myth.

% LD_LIBRARY_PATH=/Volumes/MythBuild/.osx-packager/build/lib  ./ 
configure --disable-distcc
Firewire being disabled. /Developer/FireWireSDK* missing
# Basic Settings
Compile type     release
Compiler cache   no
...



2) Check that /opt/lib is listed in LIBPATHS
(when the has_library function runs):

sh -x ./configure --previous 2>&1 | grep LIBPATHS

--
Nigel Pearson, nigel at ind.tansu.com.au|"Gentlemen,
Telstra Net. Eng., Sydney, Australia | you can't fight in here-
Office: 9202 3900    Fax:  9261 3912 |   this is the war room!"
Mobile: 0408 664435  Home: 9792 6998 |     Dr Strangelove



More information about the mythtv-dev mailing list