Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: helasz on May 10, 2013, 08:26:33 AM

Title: xampp-linux - ftpasswd - perl
Post by: helasz on May 10, 2013, 08:26:33 AM
Hi All,

I am using Tiny Core 4.7.6, the /opt/lampp/bin/ftpasswd (password creation for proftpd) is not working due to missing /usr/bin/perl interpreter. Perl however is present (/opt/lampp/bin/perl [I do not see the reason why is it not a symlink to the same binary in the same folder perl5.14.2]).
So a symlink is missing to the perl binary which could be created in the install script of the xampp-linux.scm
(I know this bug is part of the originally released xampp-linux, but why not to correct it using the flexibility of scm.)
Title: Re: xampp-linux - ftpasswd - perl
Post by: gerald_clark on May 10, 2013, 09:13:42 AM
That does not look like a valid scm structure.
Scms shoul not have their bins in /opt.
Title: Re: xampp-linux - ftpasswd - perl
Post by: tinypoodle on May 11, 2013, 07:13:27 AM
Code: [Select]
tc@box:~$ grep opt xampp-linux.scm.list
/apps/xampp-linux/lib/perl5/5.14.2/Getopt/Long.pm
/apps/xampp-linux/lib/perl5/5.14.2/Getopt/Std.pm
/apps/xampp-linux/lib/perl5/5.14.2/getopt.pl
/apps/xampp-linux/lib/perl5/5.14.2/getopts.pl
/apps/xampp-linux/lib/perl5/5.14.2/newgetopt.pl
/apps/xampp-linux/lib/perl5/5.14.2/unicore/lib/Blk/Coptic.pl
/apps/xampp-linux/lib/perl5/5.14.2/unicore/lib/Sc/Copt.pl
/apps/xampp-linux/lib/php/.registry/console_getopt.reg
/apps/xampp-linux/lib/php/Console/Getopt.php
/apps/xampp-linux/phpmyadmin/themes/original/img/b_tbloptimize.png
/apps/xampp-linux/phpmyadmin/themes/pmahomme/img/b_tbloptimize.png
/apps/xampp-linux/var/mysql/performance_schema/db.opt
/apps/xampp-linux/var/mysql/phpmyadmin/db.opt
tc@box:~$

::)

Certainly no TCB Bug, if any at all!
Title: Re: xampp-linux - ftpasswd - perl
Post by: Rich on May 11, 2013, 08:50:28 AM
Hi helasz
If you installed Xampp yourself, which it sounds like, as opposed to using the SCM you should mention that.