Hello,
My host installed DirectAdmin control panel for me today, but when i logged in, it shows the following error in numerous places :
I tried emailing my host numerous times, but they aren't responding, so i finally lost my patience and googled the error for a solution and I finally arived at the solution, which was :
So, when I issued that command on my server as a root user, It started to compile and after, it gave the following error :
I thought the files were missing, so I did a search for it using the "locate" command and i found them here :
My operating system is Fedora Core 7 and my machine is 32-Bit. Can you please advice? I am tierd of waiting for my host to do something about this, i want to fix this my self.
My host installed DirectAdmin control panel for me today, but when i logged in, it shows the following error in numerous places :
cannot find file: /usr/local/bin/php
I tried emailing my host numerous times, but they aren't responding, so i finally lost my patience and googled the error for a solution and I finally arived at the solution, which was :
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php n
So, when I issued that command on my server as a root user, It started to compile and after, it gave the following error :
gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
make: *** [libphp5.la] Error 1
I thought the files were missing, so I did a search for it using the "locate" command and i found them here :
[root@server ~]# locate libmysqlclient
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient.so.15.0.0
/usr/lib/libmysqlclient_r.so
/usr/lib/libmysqlclient_r.so.15
/usr/lib/libmysqlclient_r.so.15.0.0
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.la
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmysqlclient_r.la
My operating system is Fedora Core 7 and my machine is 32-Bit. Can you please advice? I am tierd of waiting for my host to do something about this, i want to fix this my self.
Last edited: