viscia
07-02-2001, 12:59 AM
I've been trying to install various programs from source - oggvorbis, gnome, xfree86 - hoping to learn something. In each case I get the required libraries and install them into a test directory, and then hit a "something not found" error. I try adding the appropriate directory to the PATH, installing everything with the same prefix, use commands like:
./config --prefix="/home/viscia/test" --with-vorbis-dir="/home/viscia/test/lib..."
(as per instructions in the configure script)
Once I tried just letting things go to the default directories while running as root, but that didn't help. Nothing works. Anyone ever have luck with these things?
./config --prefix="/home/viscia/test" --with-vorbis-dir="/home/viscia/test/lib..."
(as per instructions in the configure script)
Once I tried just letting things go to the default directories while running as root, but that didn't help. Nothing works. Anyone ever have luck with these things?