--- nfo/doc/computing/sysadmin/linux/howto-freevsd-prepare-vhost.txt 2002/02/11 01:22:17 1.1.1.1 +++ nfo/doc/computing/sysadmin/linux/howto-freevsd-prepare-vhost.txt 2002/02/11 02:45:25 1.2 @@ -1,6 +1,9 @@ -$Id: howto-freevsd-prepare-vhost.txt,v 1.1.1.1 2002/02/11 01:22:17 cvsjoko Exp $ +$Id: howto-freevsd-prepare-vhost.txt,v 1.2 2002/02/11 02:45:25 cvsjoko Exp $ $Log: howto-freevsd-prepare-vhost.txt,v $ +Revision 1.2 2002/02/11 02:45:25 cvsjoko ++ added info about perl-versions: "replace old perl version through new one" + Revision 1.1.1.1 2002/02/11 01:22:17 cvsjoko first checkin' @@ -146,5 +149,15 @@ - disable ssh-errors in /var/log/messages - create /etc/security/limits.conf by issuing a echo "" > /etc/security/limits.conf - - + - replace old perl version through new one (if available) + [root@martha1 bin]# cd / + [root@martha1 /]# cd /usr/bin/ + [root@martha1 bin]# mv perl + perl perl5.00503 perlbug perlcc perldoc + [root@martha1 bin]# mv perl perl.old + [root@martha1 bin]# ln -s /usr/local/bin/perl . + [root@martha1 bin]# cd /home/service/bin/ftpweblog/ + [root@martha1 ftpweblog]# ./graphftpweblog + Error opening file for inclusion: /home/service/ftpweblog/testlog.html + [root@martha1 ftpweblog]# \ No newline at end of file