How to Fix 2 Errors.

jcws649

Verified User
Joined
Jan 2, 2007
Messages
8
First Error trying to install FreeType in php.

Code:
/usr/local/directadmin/customapache/configure.php: line 25: --enable-bcmath: command not found

*** There was an error while trying to configure php. Check the configure.php file

[root@c2b customapache]#

How can I fix this?

---------------------------------------------------

Second Error after restarting apache.

Code:
[root@c2b customapache]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: PHP Warning:  Unknown(): Unable to load dynamic library './php_gd2.dll' - ./php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.249:80 has no VirtualHosts
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.249:443 has no VirtualHosts
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.250:80 has no VirtualHosts
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.250:443 has no VirtualHosts
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.251:80 has no VirtualHosts
[Wed Jan  3 03:08:29 2007] [warn] NameVirtualHost 65.90.251.251:443 has no VirtualHosts
                                                           [  OK  ]
[root@c2b customapache]#

How can I fix this second errors?

-------

If you dont mind please post #1 and #2 so I dont get confused.

Thank you. :)
 
Back
Top