Forums Index > Mewsoft Products > Auctionawy > Urgent Help Needed!!
TweedyBird First Post Posted on: 02-13-08 10:21 PM
Urgent Help Needed!!

I need to know what I am doing wrong. I installed the software last night and was testing everthing today but when I clicked on the sell link on the home page I keep getting this error. Can someone please help me out. cry

This is the error I keep receiveing:

Software error:
Can't load '/home/eazypaid/public_html/cgi-bin/na/GD.so' for module GD: libpng.so.2: cannot open shared object file: No such file or directory at PERL2EXE_STORAGE/DynaLoader.pm line 206.
at /usr/local/psa/home/vhosts/mewsoft.com/cgi-bin/build/na/Sell.c line 78
Compilation failed in require at /usr/local/psa/home/vhosts/mewsoft.com/cgi-bin/build/na/Sell.c line 78.
BEGIN failed--compilation aborted at /usr/local/psa/home/vhosts/mewsoft.com/cgi-bin/build/na/Sell.c line 78.

For help, please send mail to the webmaster (webmaster@unlimitedwarehouse.com), giving this error message and the time and date of the error.



Thanks In Advance
Marty Reply #: 1 Posted on: 02-14-08 12:01 AM
Re: Urgent Help Needed!!

http://www.mewsoft.com/Products/NetAuction/Requirements.html

You aint got GD installed, dont worry if you have root access to perl, you can download it here http://www.cpan.org/modules/by-module/GD/

If you have no access, your site provider can install it.
TweedyBird Reply #: 2 Posted on: 02-14-08 12:13 AM
Re: Urgent Help Needed!!

I just checked and GD is installed. So what do I do next :?:
Marty Reply #: 3 Posted on: 02-14-08 12:20 AM
Re: Urgent Help Needed!!

Sorry, I just noticed, in your admin panel, have you changed your directory settings. Its looking for files on mewsoft servers. Or is this just a demo version your using ?
mewsoft Reply #: 4 Posted on: 02-14-08 07:54 AM
Re: Urgent Help Needed!!

The free version is binary compiled , meaning, every single perl script is compiled will perl itself and all perl modules and the operating system libs required for these perl modules. That's why the binary free version is platform dependent and OS version dependent also. The program is looking for libpng.so.2 on your server whcih it is compiled with is, your server may have another version of this lib, you can link to it, from telnet:

try to find the installed version:
% find / -name libpng.so*

then you may for example find:

/usr/lib/libpng.so.3

then link to it:

%ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2

This will fix the issue.

of course these steps can be used for any other similar error.

Mewsoft Support
www.mewsoft.com

TweedyBird Reply #: 5 Posted on: 02-14-08 08:03 AM
Re: Urgent Help Needed!!

Thanks mewsoft,

I will try that and see if it will fix the problem (HOPE SO) :?

Thanks In Advance.