30 Mar
2005
30 Mar
'05
15:39
Il giorno 30/mar/05, alle 09:12, Riccardo Ghiglianovich ha scritto:
/tmp/pro: error while loading shared libraries: /usr/lib64/GL/libGL.so.1: cannot open shared object file: No such file or directory
DONE :) I found in /etc/rc.d/apache: # # work around libGL being non functional (#26665) at boot time # if [ "$HTTPD_SEC_MOD_PHP" = yes -a -e /usr/lib64/GL/libGL.so.1 ]; then libgl_preload="LD_PRELOAD=\${LD_PRELOAD:+\$LD_PRELOAD:}/usr/lib64/GL/ libGL.so.1" fi I dont know what is it for so I wont delete it... I have modified the pro.sh script: #!/bin/sh unset LD_PRELOAD /tmp/pro