Forums Index > Mewsoft Products > Searchawy > SQL Error:
franceevasion First Post Posted on: 04-06-10 07:31 AM
SQL Error:

Working finaly i have been able to build the tables.

BUT NOW AND I DO NOT THINK IS THERE ANYTHING I CAN DO:

If i click from the admin: Spider sites:
Software error:
Can't locate HTML/SimpleLinkExtor.pm in @INC (@INC contains: /home/l-----/franceevasion-www/cgi-bin . /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at spider.cgi line 88.
BEGIN failed--compilation aborted at spider.cgi line 88.

If i click from the admin: Build static directory
Software error:
Can't locate Business/OnlinePayment.pm in @INC (@INC contains: /home/l------/franceevasion-www/cgi-bin . /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /home/l-----/franceevasion-www/cgi-bin/merchant.pm line 12.
BEGIN failed--compilation aborted at /home/l------/franceevasion-www/cgi-bin/merchant.pm line 12.
Compilation failed in require at builddir.cgi line 109.
BEGIN failed--compilation aborted at builddir.cgi line 109.

Both of the most important features are not working!!
Thanks for any help
mewsoft Reply #: 1 Posted on: 04-07-10 09:11 PM
Re: SQL Error:

Ask your hosting company to install these perl modules:

HTML::SimpleLinkExtor

Business::OnlinePayment

Mewsoft Support
www.mewsoft.com

Anonymous Reply #: 2 Posted on: 04-11-10 04:17 PM
Re: SQL Error:

Hello Mewsoft;

Could you please supply some links to this software?

Sometime within the next week, I will be installing the Searchawy;
On a HP Netserver Pro system, and I would like to have everything that I need in order to get this joker up and running without having to deal with a great deal of aggrivation.
As the first time that I ever installed your search engine, on my WinNT4 server, It installed without any issues what so ever, but that was also about 5yrs ago, so chances are this program has gone through a lot of changes and face lifts since then.

Take care and thank you for developing such a grand set of products.

carrzkiss
mewsoft Reply #: 3 Posted on: 04-11-10 10:38 PM
Installing perl modules on windows or unix servers

Dear Wayne,

Any perl module you can download from www.cpan.org. there are many ways to install them easily.

I will try to explain how to install any perl module in general on any server windows or unix.

If you are on a Windows server, install Activestate perl from www.activestate.com, this comes with a program called ppm.bat or ppm3.bat, you just goto :

c:\perl\bin
then enter ppm or ppm3
c:\perl\bin\ppm

then the ppm prompt will appear:

c:\ppm>

type help to get help or type:

install perl_modue_name

for example to install the module HTML::SimpleLinkExtor type:

c:\ppm>install HTML::SimpleLinkExtor

and toinstall Business::OnlinePayment

type:
c:\ppm>install Business::OnlinePayment

when finished type exit to exit from the ppm prompt.


On none Windows server and also on Windows servers, there is a program called CPAN that also comes with all versions of perl, easy like the ppm the steps are from DOS or Telnet (needs root access):

%cpan

or

%perl -MCPAN -e shell

This also will start the CPAN shell but if this is the first time you run it it will go through some configuratin steps when finished you get the CPAN prompt:

CPAN>

the same steps as PPM type install , space, then the module name you wantto install

CPAN>install Business::OnlinePayment

or

CPAN>install Business-OnlinePayment

if module can not be found build at these sites, and in general any module you can install it manually in 4 steps

1)-Normally all modules are .gz so you unzip it
2)- change to the directory it is unzipped and type:

perl Makefile.PL

3)-Type

make
on windows type nmake

4)-type

make install

of course you can issue make test before it if you want

I think this covers installing perl modules

Mewsoft Support
www.mewsoft.com

franceevasion Reply #: 4 Posted on: 04-23-10 07:35 AM
Re: SQL Error:

[quote="mewsoft"]Ask your hosting company to install these perl modules:

HTML::SimpleLinkExtor

Business::OnlinePayment[/quote]

Hi Ahmed, see the response below from the hosting company:
"Hello Olivier,
Unfortunately, we do not support these scripts. You will need to read the documentation about uploading and using these scripts.
Please contact us if you have any further questions or concerns."


Any idea how to get these scripts? and if by chance i can find them, how do i upload them to the server??

Thanks a million
Olivier
mewsoft Reply #: 5 Posted on: 04-23-10 07:55 AM
Re: SQL Error:

Of course this response means they are not a hosting company, These are not scripts as he said, these are perl modules, simply switch to any other hosting company and before you signup with them ask them for the required perl modules. You can check our partners onsmart.com.

You can also let him read the post on our update forum about installing perl modules.

Mewsoft Support
www.mewsoft.com

franceevasion Reply #: 6 Posted on: 04-23-10 08:04 AM
Re: SQL Error:

[quote="mewsoft"]Of course this response means they are not a hosting company, These are not scripts as he said, these are perl modules, simply switch to any other hosting company and before you signup with them ask them for the required perl modules. You can check our partners onsmart.com.

You can also let him read the post on our update forum about installing perl modules.[/quote]

hello Ahmed, impressed by the prompt response!

Well sadely i am not going to move because they are not a bad hosting company, i guess since today it saturday afternoon, these kids are not up for anything!

However, I've got me module.... (SimpleLinkExtor)
Any lead to how to upload this damn module? :-) knowing that the server is a unix?
Thanks Ahmed
mewsoft Reply #: 7 Posted on: 04-23-10 09:48 AM
Re: SQL Error:

Perl modules require root access, so you have to have the root login to install it, from the root simply you can install it using the cpan program.

%perl -MCPAN -e shell
CPAN>install ModuleName

CPAN>exit

Mewsoft Support
www.mewsoft.com

franceevasion Reply #: 8 Posted on: 04-23-10 09:37 PM
Re: SQL Error:

Thanks!
I will try today