XFileSharing Pro - WSD::Filter::bootstrap

Message
Author
intertrey
Posts: 10
Joined: Feb 22, 2012 2:03 pm

WSD::Filter::bootstrap

#1 Postby intertrey » May 29, 2012 5:15 am

Please tell us what this might be?



Software error:

panic: no address for 'WSD::Filter::bootstrap' in 'DynaLoader' at Modules/WSD/Filter.pm line 25.
Compilation failed in require at Modules/Session.pm line 1.
BEGIN failed--compilation aborted at Modules/Session.pm line 1.
Compilation failed in require at index.cgi line 7.
BEGIN failed--compilation aborted at index.cgi line 7.

os freebsd 8x 64
perl -MCPAN -e shell
install LWP
install DBI
install DBD::mysql
install GD
install Mozilla::CA
install Crypt::SSLeay
install LWP::Protocol::https
install MIME::Lite
install Carp::Heavy
install CGI::Session

Server is an additional, on other servers running FreeBSD os is fine! And on this server error((

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#2 Postby ankurs » May 29, 2012 6:36 am

i doubt if they support freebsd, any specific reason to go with freebsd ?

intertrey
Posts: 10
Joined: Feb 22, 2012 2:03 pm

#3 Postby intertrey » May 29, 2012 12:13 pm

I have 3 servers with FreeBSD works fine, but 4 does not want ... Perl 5.12.4 re installation, modules also reinstalled.
Tried the theme
http://sibsoft.net/forum/viewtopic.php?t=3204&view=next
http://sibsoft.net/forum/search.php?search_author=webzi

Any solutions ...

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#4 Postby admin » May 29, 2012 12:16 pm

Error with "WSD::Filter::bootstrap" cant appear on file server, because there's no such code. You can only get it on main server.
So, if you're getting it on the file server - you're doing something wrong (I guess you're trying to setup main server code as a file server).

intertrey
Posts: 10
Joined: Feb 22, 2012 2:03 pm

#5 Postby intertrey » May 29, 2012 5:00 pm

I put the first simple version for the test. When I run install.cgi writes
Session.pm doesn't work on this server architecture
Contact [email protected] to get one for your server

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#6 Postby admin » May 29, 2012 5:25 pm

Again: you shouldnt copy and run install.cgi on a file server at all. There's different pieces of code responsible for file server. Read install.txt about how to install file servers.