Probleme install direct admin (debian 3.1)

staff

Verified User
Joined
Sep 19, 2007
Messages
114
Location
France
Good evening, I have just installed direct admin and has the end of the installation its says to me

Code:
The following information has been set:

Admin username:   admin
Admin password:   *******
Admin email:      admin@admin


Server IP: ********
Server Hostname: ********

To login now, follow this link:

http://*******:2222

and enter your Admin username and password when prompted.

You should now visit http://admin.site-helper.com and http://www.directadmin.com/newinstall.html to learn how to get started.

Thank you for using DirectAdmin.  Should you have any questions, don't hesitate to contact us at [email protected]

## REPORT_END
Permissions set
Can't open /etc/httpd/conf/httpd.conf: Aucun fichier ou répertoire de ce type.
Can't open /etc/httpd/conf/httpd.conf: Aucun fichier ou répertoire de ce type.

Thus with final I to install it is not httpd does not want demarrer "cannot find file: /usr/local/bin/php " dovecot either does not want demarrer

Thanks
 
I wanted to install apache and its this says to me

Code:
configure: error: Size of "void *" is less than size of "long"

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file
 
I had a similar error message and found this advice elsewhere:

"you need to either add /usr/local/lib to /etc/ld.so.conf or set LD_LIBRARY_PATH or whatever, to allow the runtime linker to find PCRE."

I created /etc/ld.so.conf and put /usr/local/lib in that file, then ran ldconfig and didn't get the error.
 
Good evening, I have just installed direct admin and has the end of the installation its says to me

Code:
The following information has been set:
 
Admin username:   admin
Admin password:   *******
Admin email:      admin@admin
 
 
Server IP: ********
Server Hostname: ********
 
To login now, follow this link:
 
http://*******:2222
 
and enter your Admin username and password when prompted.
 
You should now visit http://admin.site-helper.com and http://www.directadmin.com/newinstall.html to learn how to get started.
 
Thank you for using DirectAdmin.  Should you have any questions, don't hesitate to contact us at [email protected]
 
## REPORT_END
Permissions set
Can't open /etc/httpd/conf/httpd.conf: Aucun fichier ou répertoire de ce type.
Can't open /etc/httpd/conf/httpd.conf: Aucun fichier ou répertoire de ce type.

Thus with final I to install it is not httpd does not want demarrer "cannot find file: /usr/local/bin/php " dovecot either does not want demarrer

Thanks

J'ai exactement la même erreur pour installer directadmin sur debien 3.1 ou debian 4.0 !!!

++nico
 
Hello,

Simply typing "ldconfig" will also fix this.
I've added the ldconfig command to the build script, so all you need to do is:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d
and that should sort it out.

John
 
I still get this error in debian while trying to build apache 2.2.8

configure: error: Size of "void *" is less than size of "long"

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file

I have to add /usr/local/lib to ld.so.conf if it's not there, then run ldconfig.

after /usr/local/lib is in ld.so.conf, custombuild works
 
Back
Top