PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old July 7th, 2003, 08:23 PM
TSoul TSoul is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alberta, Canada
Posts: 5 TSoul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to TSoul
Syntax Error w/ Possible Missing Files

I just re-installed Foxserv with a non-beta version 3.0, and all went went up til startup of apache. It wouldnt start on service so i attempted console start and I get this message:

Syntax error on line 173 of C:/Foxserv/Apache/conf/httd.conf:
Connot load C:/Foxserv/php/sapi/php4apache2.dll into server: One of the library files needed to run this application cannot be found.

Can anyone tell me where all these library files are located and where I can get all the ones I need for it to run properly?

Reply With Quote
  #2  
Old July 7th, 2003, 08:32 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Syntax Error w/ Possible Missing Files

Does C:/Foxserv/php/sapi/php4apache2.dll exist? If not do a find.. Where is it? Make the path correct. I would try that first

Reply With Quote
  #3  
Old July 8th, 2003, 01:14 AM
TSoul TSoul is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alberta, Canada
Posts: 5 TSoul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to TSoul
RE: Syntax Error w/ Possible Missing Files

yeh its in C:Foxservphpsapi
all the other dll files are located in there as well.

Reply With Quote
  #4  
Old July 8th, 2003, 01:30 AM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: Syntax Error w/ Possible Missing Files

Copy php4ts.dll from C:/Foxserv/php to your windows sytem directory. In 98, this would be c:windowssystem...in NT c:winntsystem32


Reply With Quote
  #5  
Old July 9th, 2003, 06:59 PM
TSoul TSoul is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alberta, Canada
Posts: 5 TSoul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to TSoul
RE: Syntax Error w/ Possible Missing Files

nope, that doesnt work either, same syntax error

Reply With Quote
  #6  
Old July 10th, 2003, 03:50 PM
jpreed00 jpreed00 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 20 jpreed00 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Syntax Error w/ Possible Missing Files

Aditionally, if you were trying to upgrade or have multiple copies of the installation files, it could be that the file does exist, it's just the wrong version. You will get that error if the .dll is not the same version as the rest of the files.

If this is the case, just overwrite the suspicious files with copies that you know are correct.

Reply With Quote
  #7  
Old July 10th, 2003, 11:01 PM
TSoul TSoul is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alberta, Canada
Posts: 5 TSoul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to TSoul
RE: Syntax Error w/ Possible Missing Files

well ok heres a big update:
I got rid of what i had, and said screw it and went with FoxServ3.1B.
Now I have another problem, but further into it.
My mySQL server wont start up, it even shows it in the taskman that mysql-nt and mysql are on tho, but i cant connect to it at all.

Reply With Quote
  #8  
Old July 10th, 2003, 11:08 PM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: Syntax Error w/ Possible Missing Files

Have you checked through the forum at FoxServ.net to see if this is a known problem?

Did you read the documentation and install guides at FoxServ.net?

Reply With Quote
  #9  
Old July 10th, 2003, 11:21 PM
TSoul TSoul is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Alberta, Canada
Posts: 5 TSoul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to TSoul
RE: Syntax Error w/ Possible Missing Files

yup and they had nothing to offer when it came to my error

Reply With Quote
  #10  
Old July 10th, 2003, 11:36 PM
Matt Matt is offline
Moderator
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 10 m 20 sec
Reputation Power: 6
RE: Syntax Error w/ Possible Missing Files

Quote:
My mySQL server wont start up, it even shows it in the taskman that mysql-nt and mysql are on tho, but i cant connect to it at all.


It sounds like it is started. You say it is in the taskman.

How are you trying to connect to it? What error are you getting? Are you using the proper username and password?

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > Syntax Error w/ Possible Missing Files


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway