| tpeland   Junior Member
 
 Posts: 1
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback (Beta3) 
 
				This one fixes the installer for Gentoo/x86 and Gentoo/x86_64 linux installations.
 --- startupinstaller.sh.ORIG	2007-04-15 04:56:14.000000000 +0300
 +++ startupinstaller.sh	2007-04-23 12:35:34.399121035 +0300
 @@ -65,7 +65,7 @@
 echo "C libraries: $LIBCS"
 
 # Get all C++ libs. Sorted so higher versions come first
 -    LIBSTDCPPS=`echo '/usr/lib/libstdc++.so.'* | sort -nr`
 +    LIBSTDCPPS=`echo /usr/lib/libstdc++.so.* /usr/lib/gcc/*/*/libstdc++.so.* | sort -nr`
 
 # Found any C++ libs?
 if [ "$LIBSTDCPPS" = '/usr/lib/libstdc++.so.*' ]; then
 @@ -151,7 +151,7 @@
 do
 LCPPDIR="`getbinlibdir ${LCPP} libstdc++ ${LCDIR}`"
 
 -            if [ ! -d ${LCPPDIR} ]; then
 +            if [ ! -d "${LCPPDIR}" ]; then
 continue
 fi
 
 
 I admit that I still have problems to get the program working in my x86_64 system. File hpl.log contains...
 
 Initializing Graphics Module
 --------------------------------------------------------
 Find Files in 'core/programs' with mask '*.*'
 Find Files in 'core/textures' with mask '*.*'
 Init low level graphics
 Setting video mode: 800 x 600 - 32 bpp
 ERROR: Could not set display mode setting a lower one!
 FATAL ERROR: Unable to initialize display!
 Deleting ATI shader to 0
 |  | 
	| 04-23-2007, 12:34 PM |  |