Web Hosting
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb HostingWeb Hosting

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 Dev Shed Forums Sponsor:
  #1  
Old September 18th, 2003, 11:55 AM
liberate liberate is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 34 liberate User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Is There Something Weird about....

Is there some weird quirk about configuring your scripts when a host has a Plesk control panel and has a directory structure like?:

1) anon_ftp
2) bin
3) cert
4) cgi-bin
5) conf
6) error_docs
7) httpdocs
8) httpsdocs
9) logs
10) pd
11) web_users

My autoresponder script which installed easily on the previous host doesn't want to install on the new host.

The script requires:

A web server running UNIX, Linux or Windows NT/2000
MySQL (at least 3.23)
Perl 5.005 or greater with your own CGI-BIN


The new host has:
UNIX
MySQL 4.0.13
Perl 5.05
CGI-Bin

But it does not want to install on this hosting!!!! Grrrrr.

If I move to a different host, how do I know if the scripts will install on the next host?

Reply With Quote
  #2  
Old September 18th, 2003, 01:13 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,461 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 15 h 14 m
Reputation Power: 825
"it does not want to install" does not explain your problem clearly. Can you not upload the files/script at all? Can you upload them, but they don't do what they are suppose to? Can you upload them, but then can't access them. What exactly is the problem?
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #3  
Old September 18th, 2003, 02:43 PM
liberate liberate is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 34 liberate User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Hi jharnois

Uploading is fine, otherwise that would be a FTP problem.
It runs perfectly once installed, but I can't get that far. It is running on the previous hosting.

It has a mysql backend, which the "install.cgi" creates.

However the install can't find DBI.pm, which is not one of the files in the script. I assume it is a part of the Perl installed on the host.

The error says:
Can't locate DBI.pm in @INC (@INC contains: lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at func.cgi line 31.

That is as far as I can take it. If there are other error messages to come, I can't get far enough in the install to see them.

The difference is between one host to another so it leads me back to the original question: Is there something weird in the configuring of hosting with a Plesk control panel that has a directory structure like?: ..............

Thank you for your insight.

Reply With Quote
  #4  
Old September 18th, 2003, 03:04 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,461 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 15 h 14 m
Reputation Power: 825
DBI is a very popular Perl module for database interaction. Most hosts have this installed, but apparently yours does not. It doesn't have anything to do with the directory setup by Plesk b/c @INC uses absolute paths. The problem is the module is not installed in one of the directories in @INC. You need to contact your host and ask if the DBI module is installed. If so, find out where. If not, ask for it to be installed.

Reply With Quote
  #5  
Old September 18th, 2003, 09:32 PM
liberate liberate is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 34 liberate User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Thank You jharnois !!

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb HostingWeb Hosting > Is There Something Weird about....


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 1 hosted by Hostway
Stay green...Green IT