2 problems

cortecds

New member
Joined
Jan 3, 2006
Messages
3
Hi,
Everyone this is my first post and my first time using DA
I did numerous searches and can't find answers to either problem.

First of all, I have two dedicated servers, one is mine and the others is a clients. They both have DA.

Mine seems to not have any of the perl modules working on it.
Even the mysql module, I did a reinstall of the module but I still get this:

install_driver(mysql) failed: Can't load '/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.14: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 6) line 3
Compilation failed in require at (eval 6) line 3.
Perhaps a required shared library or dll isn't installed where expected
at accounts.cgi line 12

The other problem on the other server is another admin set-up a few things and now DA doesn't come up :2222. We just get a "The page cannot be displayed" message.

everything else appears to be fine even the site that was loaded works and even, IPADDRESS/squirrelmail/ works fine just DA.
Any ideas?

I appreciate your help!!
 
Ports blocked

Update: Okay the clients server shows that the port 2222 is blocked.

I just need to figure out how to unblock it.

I am contacting the host to see what firewall is being used.

Any ideas on my server with the module problem?
 
Welcome to the forums!

Try reinstalling the module:
http://help.directadmin.com/item.php?id=49

If none of the perl modules are working still as you said before, you might want to consider uninstalling and then reinstalling perl from scratch, or provide more information about the period of time between when it was working and stopped.
 
Re: Ports blocked

cortecds said:
Update: Okay the clients server shows that the port 2222 is blocked.

I just need to figure out how to unblock it.
That depends where it's being blocked. If it's being blocked by the clients' ISP, then only the ISP can unblock the port. Several solutions have been published in these forums on how to use DA if port 2222 is blocked; you'll have to search the forums.
I am contacting the host to see what firewall is being used.
Any provider familiar with DA installations should know how to unblock port 2222.

Jeff
 
Hi,
The clients server is not being blocked by the ISP we are using the same ISP.
Is there a ssh command to open ports?
What is that command.
Or does it need to be set on a conf file?

I have search this and other forums for how to do this can some one point me in the right direction.
 
If its' being blocked at the server level and not by your Datacenter, make sure you're not running any firewall software and look into iptables.

iptables -L will give you a list of all current rules.
 
Back
Top