Hi!
Could you please install the perl-module HTML::Template or tell me, how I install it by myself, if I'm allowed to.
I guess it is not installed, because http://toolserver.org/~seth/grep_regexp_from_url_new.cgi says: "Can't locate HTML/Template.pm [...]"
Bye seth
seth wrote:
Hi!
Could you please install the perl-module HTML::Template or tell me, how I install it by myself, if I'm allowed to.
I guess it is not installed, because http://toolserver.org/~seth/grep_regexp_from_url_new.cgi says: "Can't locate HTML/Template.pm [...]"
Bye seth
https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
Hi!
Q wrote:
seth wrote:
Hi!
Could you please install the perl-module HTML::Template or tell me, how I install it by myself, if I'm allowed to.
https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
thx! but it still doesn't work.
There was no Config.pm on nightshade, so I used the Config.pm of hemlock.
After that I continued following the instructions of https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
-------%<-------- seth@nightshade:~$ perl -MCPAN -e "shell" Sorry, we have to rerun the configuration dialog for CPAN.pm due to some missing parameters...
Normally CPAN.pm keeps config variables in memory and changes need to be saved in a separate 'o conf commit' command to make them permanent between sessions. If you set the 'auto_commit' option to true, changes to a config variable are always automatically committed to disk.
<auto_commit> Always commit changes to config variables to disk? [no]
A Build.PL is run by perl in a separate process. Likewise we run './Build' and './Build install' in separate processes. If you have any parameters you want to pass to the calls, please specify them here.
Typical frequently used settings:
--install_base /home/xxx # different installation directory
<mbuildpl_arg> Parameters for the 'perl Build.PL' command? []
Parameters for the './Build' command? Setting might be:
--extra_linker_flags -L/usr/foo/lib # non-standard library location
<mbuild_arg> Your choice: []
Do you want to use a different command for './Build install'? Sudo users will probably prefer:
su root -c ./Build or sudo ./Build or /path1/to/sudo -u admin_account ./Build
<mbuild_install_build_command> or some such. Your choice: [./Build]
Parameters for the './Build install' command? Typical frequently used setting:
--uninst 1 # uninstall conflicting files
<mbuild_install_arg> Your choice: []
Unknown config variable 'cpan_version_check' Exiting subroutine via last at /usr/share/perl/5.10/CPAN.pm line 1450, <STDIN> line 5.
cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support enabled
cpan[1]> install HTML::Template CPAN: Storable loaded ok (v2.18) CPAN: LWP::UserAgent loaded ok (v5.813) CPAN: Time::HiRes loaded ok (v1.9711) Fetching with LWP: ftp://download.xs4all.nl/pub/mirror/CPAN/authors/01mailrc.txt.gz CPAN: YAML loaded ok (v0.66) Going to read ~/.cpan/sources/authors/01mailrc.txt.gz CPAN: Compress::Zlib loaded ok (v2.012) ............................................................................DONE Fetching with LWP:
ftp://download.xs4all.nl/pub/mirror/CPAN/modules/02packages.details.txt.gz Going to read ~/.cpan/sources/modules/02packages.details.txt.gz Database was generated on Wed, 17 Dec 2008 22:27:02 GMT .............. New CPAN.pm version (v1.9301) available. [Currently running version is v1.9205] You might want to try install CPAN reload cpan to both upgrade CPAN.pm and run the new version without leaving the current session.
..............................................................DONE Fetching with LWP: ftp://download.xs4all.nl/pub/mirror/CPAN/modules/03modlist.data.gz Going to read ~/.cpan/sources/modules/03modlist.data.gz ............................................................................DONE Going to write ~/.cpan/Metadata HTML::Template is up to date (2.9).
cpan[2]> q Lockfile removed. seth@nightshade:~$ cd lib seth@nightshade:~/lib$ ls -la total 3 drwxr-xr-x+ 2 seth users 2 2008-12-18 01:04 . drwxr-x--x+ 10 seth users 20 2008-12-18 01:19 .. ------->%--------
what do I have to do now?
cheers seth
seth wrote:
Hi!
Q wrote:
seth wrote:
Hi!
Could you please install the perl-module HTML::Template or tell me, how I install it by myself, if I'm allowed to.
https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
thx! but it still doesn't work.
There was no Config.pm on nightshade, so I used the Config.pm of hemlock.
After that I continued following the instructions of https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
-------%<-------- seth@nightshade:~$ perl -MCPAN -e "shell"
what do I have to do now?
cheers seth
You ran that on Nightshade which has a copy of the module already so it wont install again.
You need to do that on hemlock.
Hi!
problem solved!
Q wrote:
seth wrote:
seth@nightshade:~$ perl -MCPAN -e "shell"
what do I have to do now?
You ran that on Nightshade which has a copy of the module already so it wont install again.
You need to do that on hemlock.
Oh, you are right. now everything works. great! thx a lot!
cheers seth
On Wed, Dec 17, 2008 at 05:24:29PM -0600, Q wrote:
seth wrote:
Could you please install the perl-module HTML::Template or tell me, how I install it by myself, if I'm allowed to.
I guess it is not installed, because http://toolserver.org/~seth/grep_regexp_from_url_new.cgi says: "Can't locate HTML/Template.pm [...]"
https://wiki.toolserver.org/view/Installing_perl_modules_into_your_$HOME
Some people may run into a problem - /etc/perl/CPAN/Config.pm only exists on hemlock (www.toolserver.org) but not on login.toolserver.org.
I always make a CPAN wrapper script when I set up on a new server. (And I'm new on the Toolserver so I just did this.) With this question coming up, I cleaned up the script so it can help others in this case. Other users and the Toolserver admins are welcome to use it if they like... http://toolserver.org/~ikluft/toolserver/my-cpan
So you just save that script as "my-cpan" and run it instead of "cpan". It will set up your per-user CPAN environment if you haven't already done so. See the note in the script comments for setting $PERL5LIB and "use lib" for running scripts with your per-user CPAN environment.
Hello, Am Wednesday 17 December 2008 21:59:47 schrieb seth:
Could you please install the perl-module HTML::Template
please just fill in a bugreport at JIRA next time. I installed libhtml-template-perl on hemlock (nightshade had it allready).
The global install with APT is prefered over a local CPAN-install because it will updated automaticaly.
Sincerly, DaB.
Hi!
DaB. wrote:
Am Wednesday 17 December 2008 21:59:47 schrieb seth:
Could you please install the perl-module HTML::Template
please just fill in a bugreport at JIRA next time.
ok, https://wiki.toolserver.org/w/index.php?title=Web_hosting&diff=1642&... ;-)
I installed libhtml-template-perl on hemlock (nightshade had it allready).
The global install with APT is prefered over a local CPAN-install because it will updated automaticaly.
ok, in this case I'll delete my local perl-dir.
cheers seth
toolserver-l@lists.wikimedia.org