[vorbis-dev] Problems building vorbis tools 1.0.1

Lourens Veen lourens at rainbowdesert.net
Thu Dec 11 11:24:53 PST 2003



On Thu 11 December 2003 18:41, Frederic B. wrote:
> hi!
>
> I've got some problems compiling/linking the vorbis tools.
>
> at first I had the same problem as mentioned here:
> http://www.xiph.org/archives/vorbis-dev/200201/0005.html
>
> (make was looking for libogg.la in the wrong path)
> but creating a symlink to /usr/local/lib/libogg.la in /usr/lib/
> helped. :)

Note that it's cleaner to tell configure where the files are. Try 
./configure --help and check the --with-X options. That's a bit 
cleaner than creating symlinks all over the place.

> having solved this, I get a new error:
>
> ---
> gcc -O20 -ffast-math -fsigned-char -o ogg123 audio.o buffer.o
> callbacks.o cfgfile_options.o cmdline_options.o file_transport.o
> format.o http_transport.o ogg123.o oggvorbis_format.o playlist.o
> status.o transport.o vorbis_comments.o flac_format.o easyflac.o
> speex_format.o  ../share/libutf8.a ../share/libgetopt.a
> /usr/local/lib/libvorbisfile.so /usr/local/lib/libvorbis.so
> /usr/local/lib/libao.so -lnsl /usr/lib/libcurl.so
> -L/tmp/curl-7.10.7/lib -lssl -lcrypto -ldl -lz -lpthread
> /usr/lib/libOggFLAC.so -L/usr/lib /usr/lib/libFLAC.so
> /usr/local/lib/libogg.so /usr/local/lib/libspeex.so -lm
> -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
> /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slac
>kware-linux/bin/ld: cannot find -lssl
> collect2: ld returned 1 exit status
> make[1]: *** [ogg123] Error 1
> make[1]: Leaving directory
> `/home/froedi/vorbis-tools-1.0.1/ogg123' make: ***
> [all-recursive] Error 1
> ---
>
> I'm pretty clueless about that - actually I'm quite new to linux
> and compiling software from the sources ...

It seems that it cannot find libssl. Perhaps it is not installed? It 
seems that it's actually curl that needs ssl, not ogg123 itself, 
but since ogg123 uses curl...

Lourens

-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis-dev mailing list