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
