|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I've installed FreeBSD and Apache. I try to run by ./apachectl start and it gives me the following error message:
/usr/libexec/ld-elf.so.1: Shared Object "libc.so.3" not found I've installed Everything exactly as I have on a nother system that worked perfectly... what could I be doing wrong? |
|
#2
|
|||
|
|||
|
In /etc/make.conf, set "COMPAT3X=yes" then rebuild. Let me know if that works.
|
|
#3
|
|||
|
|||
|
ok...
I don't see a make.conf in my /etc directory.
Last edited by spinkick : April 14th, 2001 at 03:12 PM. |
|
#4
|
|||
|
|||
|
>> I don't see a make.conf in my /etc directory
It's not there by default. If you have the CD, just run /stand/sysinstall and install all the compat, then reinstall Apache. |
|
#5
|
|||
|
|||
|
IT WORKED!
Dang it FreeBSD, I love you... the user and the actual OS, hahaha
|
|
#6
|
|||
|
|||
|
Damn...
I still can't get VirtualHost to work correctly.
Here is my entire Virtaul Host section, please tell me how it is supposed to be done: NameVirtualHost 12.34.56.78 <VirtualHost 12.34.56.78> ServerName domainname.com DocumentRoot /usr/www/domainname.com ServerAdmin webmaster@domainname.com </VirtualHost> <VirtualHost 12.34.56.78> ServerName anotherdomain.com DocumentRoot /usr/www/anotherdomain.com ServerAdmin webmaster@anotherdomain.com </VirtualHost> That's it... That's everything that has to do with Virtual hosting. I don't specify anywhere else in the document /usr/www where the documents are. Whenever I type in either domain, the index page for the first web site shows up. Last edited by spinkick : April 14th, 2001 at 07:46 PM. |
|
#7
|
|||
|
|||
|
>> please tell me how it is supposed to be done
Your <VirtualHost> blocks look fine. Make sure the directive UseCanonicalName is set to off. Check here to find out more -> http://httpd.apache.org/docs/mod/co...secanonicalname |
|
#8
|
|||
|
|||
|
Got Virtual Hosting working. I added VirtualAlias in <VirtualHost> and everything is now working correctly.
Last edited by spinkick : April 16th, 2001 at 12:18 PM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Problems starting Apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|