How do I install PEAR-DB

Halada

Verified User
Joined
Feb 1, 2009
Messages
10
I tried installing PEAR-DB via the yum command but not only did it not work it screwed up my apache and it won't start at all.

Is there I way I can recompile Apache and PHP so I go from scratch and then install pear-db in the correct way?

I appreciate the help!
 
Warning: fsockopen(): Name or service not known

Thanks a lot, that worked!

I had to recompile php and apache after my 1st failed attempt and now for the first time I get this error.

Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service
not known in
/home/admin/domains/wi-alliance.com/public_html/killboard/common/includes/class.eveapi.php
on line 964

line 964 is $fp = fsockopen("api.eve-online.com", 80);

However this worked yesterday before I recompiled PhP and Apache after screweing my first PEAR-DB install. I have not changed any files

Anyone knows whats happening?
 
Resolv.conf is for resolving domains that are not your own. It shouldn't be your "nameserver" IPs but the IP you posted may be having some issues.
 
before you replied i changed it to my own name server and the problem went away.

I suppose Globotech's DNS were having a problems.
 
And if your local nameserver is resolving external DNS for you, then sooner or later you'll have a problem; that's a security issue waiting to happen.

Jeff
 
Back
Top