LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make-Error: Vorbis Tools 1.0.1 - Library not found (https://www.linuxquestions.org/questions/linux-software-2/make-error-vorbis-tools-1-0-1-library-not-found-124253/)

froedi 12-09-2003 12:06 PM

Make-Error: Vorbis Tools 1.0.1 - Library not found
 
hi there!

first of all:
sorry for this 'Help - I can't compile x!' thread :rolleyes:


well, I am trying to install the vorbis tools 1.0.1.
I didn't have any problems with ./configure, but when I try to make it, make says:

Code:

libtool: link: cannot find the library `/usr/lib/libogg.la'
I do have libogg installed, libogg.la is in a different location to where make expects it to be. -> it's in /usr/local/lib/

how can I tell make the right path?


thx!

fancypiper 12-09-2003 12:30 PM

Either edit config to reflect the actual location or make a symbolic link in /usr/lib that points to the actual location.

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

Tinkster 12-09-2003 12:31 PM

Try a
./configure --help

;)

I'm pretty certain it will tell you how to
specify the paths.


Cheers,
Tink

froedi 12-10-2003 05:29 AM

ok,

- I read ./configure --help, specified the right path and tried to make it -> same error.
which isn't quite surprising, because ./configure ran through without complaining before.

- next I created a symbolic link in /usr/lib/ -> seems like make could find the file now, but there's a new error:
Code:

[...]/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status

- I had a look at the Makefile, but
OGG_LIBS = -L/usr/local/lib//lib -logg
seems to be OK to me - which doesn't mean a lot ;)


:confused:

froedi 12-11-2003 08:17 AM

any ideas?

hitomi_doaxbv 10-17-2009 07:42 AM

gentoo linux
 
hello,
I found an bug thread in the bugzilla of gentoo and they tell me how to fix the prob (in gentoo linux of course). U can try it, hope it work for u:
http://bugs.gentoo.org/show_bug.cgi?id=218429

cheers

the trooper 10-17-2009 12:19 PM

Do you realise this thread is six years old?.
I doubt froedi is still looking for an answer.

hitomi_doaxbv 11-02-2009 02:04 AM

haha, thank u, i didn't notice =))


All times are GMT -5. The time now is 09:19 PM.