Obviously not the path to 5.20, but the path to your application 
(TiendasAdmin.pm) is missing. Try to hard-code it in the startup script. 
Instead of
use lib "$FindBin::Bin/../lib";
write
use lib "/media/psf/w/tiendas/tiendas_admin/lib";
(I just guess the content of your script and the path.)
If it works define it as an environment variable as it's described in the 
Redhat link you posted above.


Am Montag, 13. April 2015 18:50:16 UTC+2 schrieb Nacho B:
>
> The error log  from syslog says:Apr 13 18:28:17 foo tiendas_admin: Can't 
> load application from file 
> "/media/psf/w/tiendas/tiendas_admin/script/tiendas_admin": *Can't find 
> application class* *"TiendasAdmin"* *in* *@INC. (lib 
> */home/tester/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/x86_64-linux
>  
> /home/tester/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1 
> /home/tester/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/x86_64-linux 
> /home/tester/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1 .)
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to