Php site not loading

redwood

Verified User
Joined
Aug 26, 2008
Messages
5
I'm new to Directadmin and now i've encountered a problem i can't solve by my self.

I've got an php problem
example: look at http://rednoc.nl/status/

I've reinstalled custombuild 1.1 and tried the latest beta, but this problem still exist. Server reboot did nothing.
What could this be?
 
I'm new to Directadmin and now i've encountered a problem i can't solve by my self.

I've got an php problem
example: look at http://rednoc.nl/status/

I've reinstalled custombuild 1.1 and tried the latest beta, but this problem still exist. Server reboot did nothing.
What could this be?
So after installing custombuild, you did "./build php n"?
 
The first thing I'd check is also the most simple; make sure that PHP is enabled for the user in question. Click on "Show All Users" from the admin level, then click on the user's account name. Now display the user's data by clicking on "Modify User (username)" then see if there is a tick in the "PHP Access" check box.
 
So after installing custombuild, you did "./build php n"?
Yes i did, but it's giving 2 errors at the end:
pgpg-error
gpg-error

btw. php is ON for users
 
Last edited:
Drag over the text and then when you right click it will paste automatically.
 
gcc -shared .libs/exslt.o .libs/common.o .libs/crypto.o .libs/math.o .libs/sets.o .libs/functions.o .libs/strings.o .libs/date.o .libs/saxon.o .libs/dynamic.o -Wl,--rpath -Wl,/usr/local/directadmin/custombuild/libxslt-1.1.24/libxslt/.libs -lgcrypt -lgpg-error ../libxslt/.libs/libxslt.so -L/usr/local/lib /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -lm -Wl,-soname -Wl,libexslt.so.0 -o .libs/libexslt.so.0.8.13
/usr/bin/ld: skipping incompatible /usr/lib/libgpg-error.so when searching for -lgpg-error
/usr/bin/ld: skipping incompatible /usr/lib/libgpg-error.a when searching for -lgpg-error
/usr/bin/ld: cannot find -lgpg-error
collect2: ld returned 1 exit status
make[2]: *** [libexslt.la] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24/libexslt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24'
make: *** [all] Error 2
[root@redworx-1 custombuild]# gcc -shared .libs/exslt.o .libs/common.o .libs/crypto.o .libs/math.o .libs/sets.o .libs/functions.o .libs/strings.o .libs/date.o .libs/saxon.o .libs/dynamic.o -Wl,--rpath -Wl,/usr/local/directadmin/custombuild/libxslt-1.1.24/libxslt/.libs -lgcrypt -lgpg-error ../libxslt/.libs/libxslt.so -L/usr/local/lib /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -lm -Wl,-soname -Wl,libexslt.so.0 -o .libs/libexslt.so.0.8.13
gcc: .libs/exslt.o: No such file or directory
gcc: .libs/common.o: No such file or directory
gcc: .libs/crypto.o: No such file or directory
gcc: .libs/math.o: No such file or directory
gcc: .libs/sets.o: No such file or directory
gcc: .libs/functions.o: No such file or directory
gcc: .libs/strings.o: No such file or directory
gcc: .libs/date.o: No such file or directory
gcc: .libs/saxon.o: No such file or directory
gcc: .libs/dynamic.o: No such file or directory
gcc: ../libxslt/.libs/libxslt.so: No such file or directory
/usr/bin/ld: cannot find -lgpg-error
[root@redworx-1 custombuild]# /usr/bin/ld: skipping incompatible /usr/lib/libgpg-error.so when searching for -lgpg-error
-bash: /usr/bin/ld:: No such file or directory
[root@redworx-1 custombuild]# /usr/bin/ld: skipping incompatible /usr/lib/libgpg-error.a when searching for -lgpg-error
-bash: /usr/bin/ld:: No such file or directory
[root@redworx-1 custombuild]# /usr/bin/ld: cannot find -lgpg-error
-bash: /usr/bin/ld:: No such file or directory
[root@redworx-1 custombuild]# collect2: ld returned 1 exit status
-bash: collect2:: command not found
[root@redworx-1 custombuild]# make[2]: *** [libexslt.la] Error 1
-bash: make[2]:: command not found
[root@redworx-1 custombuild]# make[2]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24/libexslt'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/directadmin/custombuild/libxslt-1.1.24'
> make: *** [all] Error 2
> [root@redworx-1 custombuild]#
 
Check your user-specific html.conf file. Check your domain-specific httpd logs.

Jeff
 
Back
Top