On Saturday 05 April 2003 20:43, Ben Rosenberg wrote:
* Graham Murray (graham@gmurray.org.uk) [030405 10:40]: ->fsanta <fsanta@arrakis.es> writes: -> ->> Hi everyone. ->> xine-lib compiled without errors and installed itself all over /usr/local ->> xine-config is in /usr/local/bin ->> Sorry to be so thick but how do I get it in my path or set the environment -> ->You have run `ldconfig` after installing xine-lib and before ->configuring xine-ui
Before you run ldconfig make sure you have /usr/local/lib in /etc/ld.so.conf. If you have the /usr/local/lib reference in ld.so.conf then run ldconfig and it should find the libs.
OK. Slowly but surely. Here are the new configure errors. The libpng (presumably I need the devel package too no?) is on the 8.1 CD's but the curl versions are too old. I can't find SuSE packages for curl in version 7.10.2. Oh and pkg-config too it seems. Can anyone help here? Thanks, Steve. checking for CURL-LIB version >= 7.10.2... no *** The curl-config script installed by CURL could not be found *** If CURL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the CURL_CONFIG environment variable to the *** full path to curl-config. *** All of curl dependent parts will be disabled *** checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for aalib-config... no checking for aainfo... /usr/bin/aainfo checking for AALIB version >= 1.2.0... yes checking for pkg-config... no *** pkg-config not found. See http://pkgconfig.sourceforge.net *** All of DIRECTFB dependent parts will be disabled checking for png_read_info in -lpng... no configure: error: *** libpng is needed (PNG library not found) - try to use --with-png-prefix option ***