WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xampp-linux - ftpasswd - perl  (Read 3763 times)

Offline helasz

  • Newbie
  • *
  • Posts: 36
xampp-linux - ftpasswd - perl
« 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.)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: xampp-linux - ftpasswd - perl
« Reply #1 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.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: xampp-linux - ftpasswd - perl
« Reply #2 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!
« Last Edit: May 11, 2013, 07:34:44 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: xampp-linux - ftpasswd - perl
« Reply #3 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.