Hi rjlee,
Thanks a lot for your kind and useful reply! I'm not too sure I understand everything you say but that's good (so I have to learn

) I forgot to say that I'm newbie (but I think it's obvious and on the other hand I find it dull to say that every time I ask for help). You'll see:
First of all, some INFORMATION (sorry about not mentioning this earlier):
1. My distro: GNU/LinEx (based on debian)
2. "
$ perl --version" outputs "This is Perl,
v.5.8.3 built for i386-linux-..."
3. Extracting the XAMMP1.4.9.tar.gz file creates a directory called 'lampp', where among other files there is the RELEASENOTES. They say "This version of XAMPP includes bla bla MySQL, PHP4, PHP5, Apache bla bla and
Perl 5.8.4 ".
This is what I meant by "it brings Perl too". Maybe I didn't express properly or maybe I don't understand what "XAMPP includes Perl" means. Also, I haven't got yet a clear picture of what dependencies are, so understand only roughly what you say about them. The thing is I just thought XAMPP would install Perl 5.8.4, was I wrong?
Secondly, DOUBTS:
Quote:
Only [need you to uninstall Perl] if XAMPP provides Perl, rather than has a dependency of Perl.
|
Judging by the above information (from the release notes), I think XAMPP does
provide Perl, so I think I need to uninstall. However I haven't been able to follow well your explanation at this point. You say:
Quote:
I don't recommend removing the perl directory. /usr/bin/perl is usually a file; you want /usr/share/perl or similar. You will also need to delete /usr/bin/perl and /usr/lib/libperl*.{so,a}
|
So, if I understand, I have to remove:
/usr/bin/perl
/usr/lib/libperl.so.5.8.3
/usr/share/perl ?? (not too sure about this one)
Quote:
You should only really do this if you installed it from source (...) uninstall it with whatever you originally installed it with.
|
Well, the thing is I didn't install it myself. It came with my distribution. So I guess I just need to remove the abovesaid dirs/files (I'll make a backup first, just in case).
Quote:
My advice is to try and install the XAMPP package. If it needs you to uninstall, reinstall or upgrade Perl, it will tell you.
|
This is want I'm going to do. Cross your toes!
I forgot to mention that the installation manual says:
Quote:
tar xvfz xampp-linux-1.4.9a.tar.gz -C /opt
Warning 2: already installed XAMPP versions get overwritten by this command.
|
Which is not the case, but it might be that that command also overwrittens already installed
components. I don't know...
And thanks again.
Xinelo