Problems installing modules

2004-11-29 Thread Marek Stepanek
Hello Perlers, I have problems updating or installing modules on my Perl I have installed in /usr/local/bin/ an Perl 5.8.5 I have made an alias in /usr/bin lrwxr-xr-x1 root wheel 19B 17 Nov 14:08 perl - /usr/local/bin/perl Installing for example LWP with cpan gives following

Re:Problems installing modules

2004-11-29 Thread Marek Stepanek
On 29/11/2004 12:33, Sherm Pendley [EMAIL PROTECTED] wrote: On Nov 29, 2004, at 4:38 AM, Marek Stepanek wrote: I have problems updating or installing modules on my Perl I have installed in /usr/local/bin/ an Perl 5.8.5 What do you get from 'perl -V'? #perhaps I have to adapt

Re:Problems installing modules

2004-12-03 Thread Marek Stepanek
Please ! Nobody can help me out ? I still get these error messages, trying to install LWP : All tests successful. Files=41, Tests=778, 43 wallclock secs ( 6.39 cusr + 1.53 csys = 7.92 CPU) /usr/bin/make test -- OK Running make install mkdir ?~name: Invalid argument at

Re:Problems installing modules

2004-12-04 Thread Marek Stepanek
On 04/12/2004 12:57, William Ross [EMAIL PROTECTED] wrote: On 3 Dec 2004, at 21:25, Marek Stepanek wrote: Please ! Nobody can help me out ? I still get these error messages, trying to install LWP : you are doing this as root, aren't you? only it looks like you might

Re:Problems installing modules

2004-12-05 Thread Marek Stepanek
On 05/12/2004 03:56, William Ross [EMAIL PROTECTED] wrote: On 4 Dec 2004, at 20:21, Marek Stepanek wrote: On 04/12/2004 12:57, William Ross [EMAIL PROTECTED] wrote: On 3 Dec 2004, at 21:25, Marek Stepanek wrote: Please ! Nobody can help me out ? I still get these error messages, trying

Re:Problems installing modules

2004-12-05 Thread Marek Stepanek
On 05/12/2004 10:53, Sherm Pendley [EMAIL PROTECTED] wrote: On Dec 5, 2004, at 4:07 AM, Marek Stepanek wrote: Is this clear to you, what that means ? Probably the perl-link I put in /usr/bin/ pointing /usr/local/bin/ has not the right rights ? That doesn't make any sense. The install

Re:Problems installing modules

2004-12-05 Thread Marek Stepanek
On 05/12/2004 13:56, William Ross [EMAIL PROTECTED] wrote: On 5 Dec 2004, at 09:07, Marek Stepanek wrote: * installing blib/man1 to ?~name * with PERL_INSTALL_ROOT '' * mkpath(?~name) mkdir ?~name: Invalid argument at /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 115 make

Newbie: renaming files

2005-06-11 Thread Marek Stepanek
Hello all, Sorry for this beginners question. I have many files which I want to rename as follows: $src= $dest file01.jpg = file01_01.jpg file02.jpg = file01_02.jpg file03.jpg = file01_03.jpg file04a.jpg = file01_04a.jpg file04b.jpg

Install Apache, mod_perl

2006-04-05 Thread Marek Stepanek
to all from Munich (winter is back) marek -- ___ the embassy for talented young musicians Podium International | Marek Stepanek | [EMAIL PROTECTED] http://www.PodiumInternational.org

FW: Install Apache, mod_perl

2006-04-05 Thread Marek Stepanek
-- Weitergeleitete Nachricht Von: Marek Stepanek [EMAIL PROTECTED] Datum: Wed, 05 Apr 2006 23:58:23 +0200 An: Andrew Brosnan [EMAIL PROTECTED] Unterhaltung: Install Apache, mod_perl Betreff: Re: Install Apache, mod_perl On 05.04.2006 23:20, Andrew Brosnan [EMAIL PROTECTED] wrote: On 4/5/06

Re: Install Apache, mod_perl

2006-04-07 Thread Marek Stepanek
On 06.04.2006 07:50, Marek Stepanek [EMAIL PROTECTED] wrote: Funny! My first posting here and nobody is answering. Did I something wrong? Am I Off-Topic perhaps? Do I have to explain more or less, when asking to this group? greetings from Munich marek

Re: Install Apache, mod_perl

2006-04-07 Thread Marek Stepanek
list. Bob Thank you Bob for your answer! Best greetings to all marek -- ___ the embassy for talented young musicians Podium International | Marek Stepanek | [EMAIL PROTECTED] http://www.PodiumInternational.org

Re: Install Apache, mod_perl

2006-04-08 Thread Marek Stepanek
installation a bit, though it seems you have most pieces in place... This would be my last attempt, before I am giving up. 7 apr 2006 kl. 21.45 skrev Marek Stepanek: I am reading and reading the manuals, but until now, I am unable to compile Bundle::DBD::mysql and mod_perl :-( here how my

cpan not not working because of unsafe ownership on configuration file gpg

2006-06-13 Thread Marek Stepanek
: MacOS 10.3.9 - Perl v5.8.8 -- ___ the embassy for talented young musicians Podium International | Marek Stepanek | [EMAIL PROTECTED] http://www.PodiumInternational.org

Re: cpan not not working because of unsafe ownership on configuration file gpg

2006-06-13 Thread Marek Stepanek
On 13.06.2006 22:12, Sherm Pendley [EMAIL PROTECTED] wrote: It means that the user running gpg (root) is not the same as the user that owns the gpg.conf file (mareklaptop). If verifying module signatures is your only use for GPG, you could simply chown that file to make it owned by root.

Re: cpan not not working because of unsafe ownership on configuration file gpg

2006-06-14 Thread Marek Stepanek
patience marek -- ___ the embassy for talented young musicians Podium International | Marek Stepanek | [EMAIL PROTECTED] http://www.PodiumInternational.org

cpan not not working because of unsafe ownership on configuration file gpg

2006-06-16 Thread Marek Stepanek
: MacOS 10.3.9 - Perl v5.8.8 -- ___ the embassy for talented young musicians Podium International | Marek Stepanek | [EMAIL PROTECTED] http://www.PodiumInternational.org ___

Re: Module Aspell::Text does not install

2006-12-12 Thread Marek Stepanek
thank you for your answer! On 11.12.2006 15:31, Boysenberry Payne [EMAIL PROTECTED] wrote: Probably an issue of making sure /sw/bin/ is in your path. Try adding it to your path or making sure its in your path before running cpan. mareklap% echo $PATH

Re: Module Aspell::Text does not install

2006-12-16 Thread Marek Stepanek
thank you all for your answers. On 13.12.2006 23:59, Rick Frankel [EMAIL PROTECTED] wrote: On Tue, Dec 12, 2006 at 10:46:46PM +0100, Marek Stepanek wrote: t/05-coreNOK 4/17 # Failed test 'Make sure word test is in dictionary' # at t/05-core.t line 37

LWP install error

2007-08-28 Thread Marek Stepanek
Hello all, Have a new MBP, 17 inch :-) I need to install many many things new. First I installed a new Perl 5.8.8 in /usr/local/ - Apple's OSX is up-to-date and Xcode installed! First something, where I am not sure about: I made % mv /usr/bin/perl /usr/bin/perl_out % ln

LWP install error

2007-08-28 Thread Marek Stepanek
Hello all, Have a new MBP, 17 inch :-) I need to install many many things new. First I installed a new Perl 5.8.8 in /usr/local/ - Apple's OSX is up-to-date and Xcode installed! First something, where I am not sure about: I made % mv /usr/bin/perl /usr/bin/perl_out % ln

Re: LWP install error

2007-08-29 Thread Marek Stepanek
On 28.08.2007 15:36, Sherm Pendley [EMAIL PROTECTED] wrote: On Aug 28, 2007, at 9:08 AM, Marek Stepanek wrote: live/apache.t11 1 live/jigsaw-md5-get.t21 2 live/jigsaw-md5.t21 2 Failed 3/41 test scripts. 3/831

Problems installing DBD::mysql

2011-01-30 Thread Marek Stepanek
Hello all! This is my first posting here, after a long silent time, receiving the postings of this group. I have a problem, which I am unable to resolve on myself: I want to install since four days now DBD::mysql on my MBP, with 64bit Intel chip. I tried with both version of MYSQL Community

Re: Problems installing DBD::mysql

2011-02-12 Thread Marek Stepanek
On 04.02.2011 12:24, Jeremiah Foster wrote: Have you installed the mysql libraries on your OS X system first? You need more that just the perl bindings to MySQL, you need to have MySQL installed on your machine, along with whatever libraries needed to run it. That is to say, runtime and

New Perl-Installation on new OS X

2011-06-08 Thread Marek Stepanek
Hello all! I have a new laptop. Apparently my Perl-Installation has problems. I tried to update all outdated modules with cpanplus; but I get on many, not all, modules error-messages, like: Unable to create a new distribution object for 'HTML::Entities' or format not a

Re: New Perl-Installation on new OS X

2011-06-08 Thread Marek Stepanek
On 08.06.2011 17:31, John Delacour wrote: At 16:02 +0200 08/06/2011, Marek Stepanek wrote: ...So, gcc seems to be al right. Is it possible, that the migration assistant has mixed up, 32bit compiled modules with 64bit? Or is there a confusion with the Perl of Fink? Here my Perl: Built under

Re: New Perl-Installation on new OS X

2011-06-08 Thread Marek Stepanek
On 08.06.2011 18:03, Melton Low wrote: xCode 4 should have been included with your new Mac. Check in the Optional Application install disc. Mel Not here in Germany :-( In old times there was XCode on the optional installer DVD. Now there are only toys: iDVD, Sound Jingles, iPhoto ...

Re: New Perl-Installation on new OS X

2011-06-09 Thread Marek Stepanek
On 09.06.2011 05:38, Sherm Pendley wrote: I'm probably over-cautious, but I never migrate - I always format and make a clean install, then do a clean install of all my apps. I back up my home directory, and copy it over, which preserves all my personal preferences and such. sherm-- Sherm,

Re: New Perl-Installation on new OS X

2011-06-09 Thread Marek Stepanek
Thank you Sherm! This is a step in the right direction. But my cpanplus Perl is still broken, with messages like: Unable to create a new distribution object for 'Archive::Tar', although I have no /sw in the %ENV or @INC any more. % perl -V even does not show a %ENV at all. This is

Clean Install

2011-06-17 Thread Marek Stepanek
Hello all! Sorry for bothering you again with this long posting! Meanwhile I decided to make a clean install on my new MBP. Thinking, that this will help to solve all problems. But a clean install is making really heavy work: offtopic Just if somebody is going through this hard experience

Re: Clean Install

2011-06-17 Thread Marek Stepanek
On 6/17/11 9:36 PM, Chas. Owens wrote: #!/home/USERNAME/perl5/perlbrew/perls/perl-5.14.0/bin/perl or #!/usr/bin/env perl perl foo.pl Thank you Chas. for your insight! You suggested good ideas. Unfortunately I get with all your suggestions the same errors like the following: $ perl

Re: Clean Install

2011-06-17 Thread Marek Stepanek
On 6/17/11 11:58 PM, John Delacour wrote: At 23:34 +0200 17/06/2011, Marek Stepanek wrote: Compilation failed in require at (eval 3) line 3. Perhaps a required shared library or dll isn't installed where expected at intro6.pl line 12 Probably a silly question, but have you installed MySQL

Re: Clean Install

2011-06-18 Thread Marek Stepanek
On 6/17/11 11:58 PM, Sherm Pendley wrote: Don't shoot the messenger! :-) DynaLoader is just doing its job and reporting the problem. DBD::mysql can't load, because it's linked against libmysqlclient.18.dylib, and that .dylib is MIA - that's the problem. Is MySQL installed in the same place

Re: Clean Install

2011-06-18 Thread Marek Stepanek
Ok, Sherm, I did reinstall everything now. % which perl /Users/mstep/perl5/perlbrew/perls/perl-5.14.0/bin/perl mysql-5.5.13-osx10.6-x86_64.dmg and with cpanp DBI and manually DBD::mysql % perl Makefile.PL --testuser=mstep --testpassword=s3kr1t % make % make test with the result:

Re: Clean Install

2011-06-18 Thread Marek Stepanek
On 6/18/11 12:42 PM, John Delacour wrote: $ sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib Ahhh, I have had this link on my old laptop already. Thank you John!!! This link made it possible that the manual install succeeded :-) I am wondering, how I