It seems there have been no postings to the list for over a year, but
here goes anyway.
Last night I installed Perl 5.16.1 in /usr/local/ and immediately
encountered problems when I tried to install and update modules using
CPAN. The error is copied below. I could see no solution to the
On Sep 28, 2011, at 1:41 PM, Lola Lee Beno wrote:
>
> Looks like I need to install make. This means, I need to get XCode so I can
> install make, right?
Yes, but - you should also read this
http://deflatermouse.livejournal.com/149721.html
- alh
Good morning,
On 28/09/11 at 3:59 PM -0400, Lola Lee Beno wrote:
That's what I was afraid of. Apparently a previous install of
make got blown away. In the process of downloading XCode from
App Store (uh) . . .
I had to install Xcode twice (not download, just install twice).
And I seem
That's what I was afraid of. Apparently a previous install of make got
blown away. In the process of downloading XCode from App Store (uh)
. . .
On 9/28/11 3:48 PM, Bruce Van Allen wrote:
On 2011-09-28, Lola Lee Beno wrote:
Looks like I need to install make. This means, I need to get X
ood
> Using DBI 1.615 (for perl 5.012003 on darwin-thread-multi-2level) installed
> in /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBI/
> Writing Makefile for DBD::mysql
> Can't exec "/usr/bin/make": No such file or directory at
> /System/Library/P
On 2011-09-28, Lola Lee Beno wrote:
Looks like I need to install make. This means, I need to get XCode so I can
install make, right?
Other than the huge download of a bunch of XCode stuff you might
never use, that's probably the best way to install make.
- Bruce
_bruce__van_allen__s
At 13:41 -0400 28/9/11, Lola Lee Beno wrote:
...Can't exec "/usr/bin/make": No such file or directory at
Looks like I need to install make. This means, I need to get XCode
so I can install make, right?
Absolutely! Isn't it on your Mac OS X install disks?
JD
ed in
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
Can't exec "/usr/bin/make": No such file or directory at
/System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
CAPTTOFU/DBD-mysql-4.020.tar.gz
/usr/bin/make -- NOT OK
Runni
On 3/18/11 4:24 PM, Lola Lee Beno wrote:
On 3/18/11 4:19 PM, Lola Lee Beno wrote:
I recently had to reinstall 10.6.6. I need to reinstall modules, so I
decided to update CPAN. But it seems there are serious issues. Here's
what I saw at the tail-end of the failed upgrade:
Got this fi
On 3/18/11 4:19 PM, Lola Lee Beno wrote:
I recently had to reinstall 10.6.6. I need to reinstall modules, so I
decided to update CPAN. But it seems there are serious issues. Here's
what I saw at the tail-end of the failed upgrade:
Running Build install
Make had returned bad status, in
I recently had to reinstall 10.6.6. I need to reinstall modules, so I
decided to update CPAN. But it seems there are serious issues. Here's
what I saw at the tail-end of the failed upgrade:
Running Build install
Make had returned bad status, install seems impossible
Could not read
On Jul 10, 2009, at 10:02 AM, Noah Garrett Wallach wrote:
Hi there,
I am not sure why but the cpan install is failing on my osx 10.5.7
machine. Looks like force is an option is that the recommended way
to go?
Command:
sudo perl -MCPAN -e 'install CPAN'
Since it appear
On Jul 10, 2009, at 1:02 PM, Noah Garrett Wallach wrote:
Hi there,
I am not sure why but the cpan install is failing on my osx 10.5.7
machine. Looks like force is an option is that the recommended way
to go?
Hi,
That's what I've done in the past. It seems Mac::Carbon has
Hi there,
I am not sure why but the cpan install is failing on my osx 10.5.7
machine. Looks like force is an option is that the recommended way to go?
Command:
sudo perl -MCPAN -e 'install CPAN'
Any clues how to move forward:
--- snip output
/System/Library/
Hi there,
Sending again since I was not sure the first post made it.
I am not sure why but the cpan install is failing on my osx 10.5.7
machine. Looks like force is an option is that the recommended way to go?
Command:
sudo perl -MCPAN -e 'install CPAN'
Any clues how to mo
ROTECTED]>
Para: macosx@perl.org
Enviadas: Quinta-feira, 11 de Setembro de 2008 16:53:58
Assunto: cannot install cpan modules
Hi there,
I saw many emails with the same problem, cannot install cpan modules. But no
solution worked for me.
I use perl 5.8.8 already installed on Mac OS Leopard 10.5
Hi there,I saw many emails with the same problem, cannot install cpan modules. But no solution worked for me.I use perl 5.8.8 already installed on Mac OS Leopard
10.5. I tried this:sudo perl -MCPAN -e 'install Bundle::CPAN'Part of the error message is: CPAN.pm: Going to build
On Mar 19, 2008, at 6:44 PM, Michael Barto wrote:
Is there some easy way to make a library module using CPAN and not
have it get installed
in the existing Perl library but go somewhere else. Some option in
CPAN or something.
Another thing you might want to try is PAR, the Perl Archive
Actually, I have found out that when you configure CPAN, you can define
a different "PREFIX" to a private library and it will not go into the
main Perl library you are running. The book "Object Oriented Perl" by
Damian Conway mentioned this trick. Thank you for taking the
p is missing. I do not
> want to
> install in this current Perl library by using CPAN. What I would like to
> do is define my own library
> and use "#!/usr/bin/perl -I " name.
>
> I have download all the modules from CPAN I need:
>
> Archive-Zip
> Compre
using CPAN. What I would like
to do is define my own library
and use "#!/usr/bin/perl -I " name.
I have download all the modules from CPAN I need:
Archive-Zip
Compress-Raw-Zlib
Compress-Zlib
IO-Compress-Base
IO-Compress-Zlib
Is there some easy way to make a libr
Just to post a resolution... I manually downloaded the
Class::MethodMaker module from CPAN, and manually installed it.
Oddly enough, then everything worked fine.
So, I guess the moral of the story is... if the CPAN interface
doesn't install things correctly, try doing it manually; tha
At 8:34 AM -0800 2/5/08, John Baldwin wrote:
That's very strange. I'm running on a Macbook. I just ran the make
and test on Class::MethodMaker within cpan and all tests passed (2
subtests skipped).
I'd try cleaning out your CPAN directory to see if that helps.
I assume
That's very strange. I'm running on a Macbook. I just ran the make and
test on Class::MethodMaker within cpan and all tests passed (2
subtests skipped).
I'd try cleaning out your CPAN directory to see if that helps.
John
On Monday Feb 4, 2008 7:06 PM, at 7:06 PM, Timot
I've tried installing that as well, but it complains that it wasn't
in the path either. (Seems somewhat recursive...) After forcing the
install, I still get the same error (MethodMaker not in path) when
running my test program or trying to install ProgressBar.
cpan[1]> inst
thy Bailey wrote:
I've just bought a new Mac with Leopard preinstalled, and am getting
it set up, including my Perl programs. (I've actually skipped Tiger
entirely; the old computer is on Panther.) They depend on a number
of CPAN modules, and I am having trouble getting the module
I've just bought a new Mac with Leopard preinstalled, and am getting
it set up, including my Perl programs. (I've actually skipped Tiger
entirely; the old computer is on Panther.) They depend on a number
of CPAN modules, and I am having trouble getting the modules
installed. I
I am trying to install the latest version of CPAN on one of my Macs
(10.4.10) and it hangs trying to install one part. Here is the output:
CPAN.pm: Going to build A/AN/ANDK/CPAN-1.92.tar.gz
Importing PAUSE public key into your GnuPG keychain... gpg: WARNING:
unsafe ownership on
Hola,
Please note that the package CPAN::Shell lives in CPAN.pm, so the use
statement should read:
use CPAN;
Since the use statement reflect the filesystem (as described in the
@INC explanation below).
jonasbn
--
AIM: BjonasN Gtalk: [EMAIL PROTECTED]
ICQ: 62401545 MSN: [EMAIL
so that humans know it is a perl
script. I started debugging your script thinking it was shell.
use CPAN::Shell;
# install my favorite programs if necessary:
for $mod (qw(Net::FTP MD5 Data::Dumper)){
my $obj = CPAN::Shell->expand('Module',$mod);
$obj->install;
}
S
thanks jonasbn,
but the module is still not located. what else am I doing wrong?
Macintosh-2:~ root# cat ./update.no.version.sh
#!/sw/bin/perl
use CPAN::Shell;
# install my favorite programs if necessary:
for $mod (qw(Net::FTP MD5 Data::Dumper)){
my $obj = CPAN::Shell->expand(
Hi Noah,
My fault, CPAN::Shell is defined in CPAN
So you have to write use CPAN;
jonasbn
--
AIM: BjonasN Gtalk: [EMAIL PROTECTED]
ICQ: 62401545 MSN: [EMAIL PROTECTED]
On 12/08/2007, at 20.33, Noah wrote:
thanks jonasbn,
but the module is still not located. what else am I doing
Hi Noah,
You have to load the modules you intend to use prior to calling them
using the use statement
use CPAN::Shell;
and so forth. If you look at the error message
perhaps you forgot to load "CPAN::Shell
It gives you a hint. Check also:
% perldoc -f use
Hi,
the CPAN::Shell perl module is installed but when called in a script an
error message advises installing it.
Clues please?
Macintosh-2:~ root# cat ./update.no.version.sh
#!/sw/bin/perl
# install my favorite programs if necessary:
for $mod (qw(Net::FTP MD5 Data::Dumper)){
my $obj
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Noah)
wrote:
> newbie to OSX perl
> but installing Bundle::CPAN is failing
>
> a lot of modules install successfully except when it reaches
> "Mac::Files" (I think?) the test fails. what is the best course of
newbie to OSX perl
but installing Bundle::CPAN is failing
a lot of modules install successfully except when it reaches
"Mac::Files" (I think?) the test fails. what is the best course of
action here?
A complete installation log may be downloaded from:
http://www.enabled.com/~noah/p
newbie to OSX perl
but installing Bundle::CPAN is failing
a lot of modules install successfully except when it reaches
"Mac::Files" (I think?) the test fails. what is the best course of
action here?
A complete installation log may be downloaded from:
http://www.enabled.com/
Reply to Sherm Pendley <[EMAIL PROTECTED]> 07-01-30 14:54:
Where are the options that tell the build script where to find
the MySQL header (.h) files, what database, user name, and password to
use for the self-tests, and so forth. Run "perl Makefile.PL --help"
for a brief list of options, or "o
On Jan 30, 2007, at 8:26 AM, Jan Erik Moström wrote:
Anyway, I want to use MySQL from Perl so I installed DBI, no
problems. Then I tried to install DBD::mysql but it fails.
Yep. The CPAN shell, as nice as it is in most respects, fails
whenever a module needs arguments passed to Makefile.PL
I've never used CPAN on my Mac before and hardly at all on other
machines ... in other words newbie warning.
Anyway, I want to use MySQL from Perl so I installed DBI, no
problems. Then I tried to install DBD::mysql but it fails. I get
the following error me
Hello all,
I am unable to help myself out of this problem. My module cpan is always
complaining, when I issue an install command with errors like follows:
***
gpg: WARNING: unsafe ownership on configuration file
`/Users/mareklaptop/.gnupg/gpg.conf'
gpg: WARNING: unsafe ownersh
On Jun 15, 2006, at 8:43 AM, Marek Stepanek wrote:
I am very grateful for this help. Impossible for me as a self-
learner to
find this information. The only means for configuration of CPAN I
found in
cpan itself:
cpan> o conf help
are there other resources?
It's not your fault -
configure it to use "sudo make" instead of just
"make" for that step, so that you no longer have to run the CPAN
shell itself with sudo. That, in turn, means that *only* the install
step will be run as root; the download, build, and test steps will be
run as your normal user
ake" instead of just
> "make" for that step, so that you no longer have to run the CPAN
> shell itself with sudo. That, in turn, means that *only* the install
> step will be run as root; the download, build, and test steps will be
> run as your normal user login.
>
>
On Jun 13, 2006, at 6:11 PM, Marek Stepanek wrote:
ps: but one thing is worrying me: I am unable now, to change back
to the
folder .gnupg ...
[markslap:~] mareklap% sudo cd .gnupg/
sudo: cd: command not found
there is probably something fundamental, which I do not understand
about
root in
simply chown that file to make it owned by root.
>
> A better option is to install and use the latest CPAN.pm module,
> which allows you to supply an alternative to the final "make install"
> command. You can configure it to use "sudo make" instead of just
> &qu
On Jun 13, 2006, at 3:49 PM, Marek Stepanek wrote:
I am unable to help myself out of this problem. My module cpan is
always
complaining, when I issue an install command with errors like follows:
***
gpg: WARNING: unsafe ownership on configuration file
`/Users/mareklaptop/.gnupg/gpg.conf
Hello all,
I am unable to help myself out of this problem. My module cpan is always
complaining, when I issue an install command with errors like follows:
***
gpg: WARNING: unsafe ownership on configuration file
`/Users/mareklaptop/.gnupg/gpg.conf'
gpg: WARNING: unsafe ownersh
Trying to get Net::SFTP installed in the standard Apple perl
distribution (5.8.6) on OS 10.4.5.
Seems to fail with (at least) Math::GMP. Trying to install Math::GMP on
its own fails as well. What I think are the relevant cpan messages
below. Any tips would greatly appreciated.
TIA,
-Steve
After upgrading Perl to 5.8.8 including the new CPAN, I am
experiencing a problem I have not seen for a long time:
cpan> r
CPAN: Storable loaded ok
Going to read /Users/jd/.cpan/Metadata
Database was generated on Fri, 03 Feb 2006 02:17:31 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with
This has been an interesting discussion but, unfortunately, my first
question about getting CPANPLUS to work is nowhere near resolved. I'll
have to do a bit more research in that area.
As for the second question about setting up my BBEdit environment, Doug
McNutt's solution of putting everything I
On Dec 31, 2005, at 7:43 PM, John Delacour wrote:
At 6:49 pm -0500 31/12/05, Chris Devers wrote:
On Sat, 31 Dec 2005, John Delacour wrote:
print `/usr/bin/./printenv`
^^
Why the '/./' here?
Isn't `/usr/bin/printenv` equivalent, clearer, and simpler?
Sure, but I didn't
At 6:49 pm -0500 31/12/05, Chris Devers wrote:
On Sat, 31 Dec 2005, John Delacour wrote:
print `/usr/bin/./printenv`
^^
Why the '/./' here?
Isn't `/usr/bin/printenv` equivalent, clearer, and simpler?
Sure, but I didn't get that far. printenv works in tcsh without the
p
On Sat, 31 Dec 2005, John Delacour wrote:
> Try this:
>
> #!/usr/bin/perl
> print `/usr/bin/./printenv`
^^
^^
Why the '/./' here?
Isn't `/usr/bin/printenv` equivalent, clearer, and simpler?
--
Chris Devers
DO NOT LEAVE IT IS NOT REAL
At 3:17 am + 31/12/05, John Delacour wrote:
At 5:15 pm -0500 30/12/05, Vic Norton wrote:
How can I make BBEdit's %ENV more like the
system %ENV?
Turn BBEdit into Terminal?...
Try this:
#!/usr/bin/perl
print `/usr/bin/./printenv`
JD
At 5:15 pm -0500 30/12/05, Vic Norton wrote:
A second question. When I run
for (sort keys %ENV) {
printf "%25s => %s\n", $_, $ENV{$_};
}
from BBEdit, I see a small subset of the %ENV that comes from running
the script in Terminal. How can I make BBEdit's %ENV more like the
system %EN
At 17:15 -0500 12/30/05, Vic Norton wrote:
>A second question. When I run
> for (sort keys %ENV) {
> printf "%25s => %s\n", $_, $ENV{$_};
> }
>from BBEdit, I see a small subset of the %ENV that comes from running
>the script in Terminal. How can I make BBEdit's %ENV more like the
>system %
On 2005.12.31, at 02:01 AM, Joseph Alotta wrote:
On Dec 29, 2005, at 8:06 PM, Joel Rees wrote:
Maybe it would help to tell you it ain't that simple?
To mention openssl again, it can be installed in a variety of places,
and it depends in part on where other things you may have installed
mi
;> >[CP_ERROR] [Mon Dec 26 14:07:55 2005] Fetching of
>> > 'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS'
>> > failed: Command failed:
>> [...]
>> > This hand installation usually works, but it would be very
>convenient if
On Dec 29, 2005, at 7:03 PM, James Reynolds wrote:
Grumble. That is exactly what I wanted to know! Thanks!
Does CPAN install C libraries to /usr/local/lib or somewhere else?
I could search for all new files right after a CPAN install.
Anything that gets installed during 'make in
On Dec 29, 2005, at 8:06 PM, Joel Rees wrote:
Maybe it would help to tell you it ain't that simple?
To mention openssl again, it can be installed in a variety of
places, and it depends in part on where other things you may have
installed might have wanted to put the packages they depend on
On Fri, 30 Dec 2005, Joel Rees wrote:
> >[CP_ERROR] [Mon Dec 26 14:07:55 2005] Fetching of
> > 'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS'
> > failed: Command failed:
> [...]
> > This hand installation usually works, but it wo
On 2005.12.30, at 10:03 AM, James Reynolds wrote:
Grumble. That is exactly what I wanted to know! Thanks!
Does CPAN install C libraries to /usr/local/lib or somewhere else?
Maybe it would help to tell you it ain't that simple?
To mention openssl again, it can be installed in a varie
On Thu, 2005-12-29 at 17:03, James Reynolds wrote:
> Grumble. That is exactly what I wanted to know! Thanks!
>
> Does CPAN install C libraries to /usr/local/lib or somewhere else?
>
> I could search for all new files right after a CPAN install.
>
> James
This gets ha
[CP_ERROR] [Mon Dec 26 14:07:55 2005] Fetching of
'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS'
failed: Command failed:
[...]
This hand installation usually works, but it would be very convenient
if
I could make CPANPLUS ar CPAN work. Any suggestions?
Speaking of CPAN, I've never had much luck using 'cpan' to install Perl
modules.
Most of my stuff is on an iMac G3. Now I've got a new iMac G5. I've
installed CPANPLUS on my G5, but that hasn't worked so far. Perhaps this
has something to do with sudo. I do not an
Grumble. That is exactly what I wanted to know! Thanks!
Does CPAN install C libraries to /usr/local/lib or somewhere else?
I could search for all new files right after a CPAN install.
James
Another point to remember is that some CPAN modules that depend upon
C libraries already being
Grumble. That is exactly what I wanted to know! Thanks!
Does CPAN install C libraries to /usr/local/lib or somewhere else?
I could search for all new files right after a CPAN install.
James
At 4:58 PM -0800 12/29/05, Danny Hembree wrote:
Many modules link to C libraries that must be
Many modules link to C libraries that must be installed as well. Simply
copying the Perl directory over won't get everything that is needed.
On Thu, 2005-12-29 at 13:05, James Reynolds wrote:
> Does anyone know why Apple chooses or not chooses to include modules?
> I really dislike installing th
Get used to CPAN. You aren't going to find a vendor that provides a
full
CPAN install -- new ones appear daily, so keeping up is impossible
anyway.
Hm. I really do not want to install the Dev Tools on my Mac OS X
Server boxes.
Why not?
I'm not suggesting you install the dev too
I go about pressuring Apple to include
>>> more.
>>
>> No vendor includes a full CPAN library with the stock Perl. Linux,
>> Solaris, etc, they're all doing the same thing.
>>
>> If you install your own copy of Perl, it too will only have a partial
&g
know what problems I could be causing?
How about running CPAN on a sandbox machine and rsync'ing /Library/Perl
with the servers?
--
Please Do Not Throw Sausage Pizza Away
On Thu, 29 Dec 2005, James Reynolds wrote:
Does anyone know why Apple chooses or not chooses to include modules?
I really dislike installing them. And more and more I find I need to.
So how would I go about pressuring Apple to include more.
No vendor includes a full CPAN library with the
On Thu, 29 Dec 2005, James Reynolds wrote:
> Does anyone know why Apple chooses or not chooses to include modules?
> I really dislike installing them. And more and more I find I need to.
> So how would I go about pressuring Apple to include more.
No vendor includes a full CPAN lib
Does anyone know why Apple chooses or not chooses to include modules?
I really dislike installing them. And more and more I find I need
to. So how would I go about pressuring Apple to include more.
--
Thanks,
James Reynolds
University of Utah
Student Computing Labs
[EMAIL PROTECTED]
801-585
docs/check line 48.
BEGIN failed--compilation aborted at /Library/WebServer/Documents/
validator/htdocs/check line 48.
When I copied Parser.pm from my ~/.cpan directory tree into Library/
Perl/5.8.1
Don't do that. Just run the "install HTML::Parser" command in the
CPAN shell (
Dave Linton <[EMAIL PROTECTED]> writes:
> On 29 Oct 2005, at 15:45, Jeff Lowrey wrote:
>
> > What you should do is run CPAN (sudo cpan), and type "Install
> > HTML::Parser".
> >
> > And then post the output from that here.
>
> Thanks
On 29 Oct 2005, at 15:45, Jeff Lowrey wrote:
What you should do is run CPAN (sudo cpan), and type "Install
HTML::Parser".
And then post the output from that here.
Thanks Jeff
cpan tells me (after reporting various ftp transfers etc):
HTML::Parser is up to date.
Running the
h the Perl that came with the OS and
to which I've not (knowingly) made any configuration changes.)
What you should do is run CPAN (sudo cpan), and type "Install HTML::Parser".
And then post the output from that here.
-jeff
On 29 Oct 2005, at 01:34, Sherm Pendley wrote:
I think you've overestimated the amount of magic in CPAN. All it does
is download the module, unzip it, and run "perl Makefile.PL; make;
make test; make install". The location to which modules will be
installed is deter
On Oct 28, 2005, at 7:59 PM, Dave Linton wrote:
I'm attempting to use CPAN for the first time ...
CPAN builds by default a directory structure under .cpan in my home
directory.
... for its own use. That's where tarballs (.tar.gz files) are
downloaded to, unzipped, configured,
Dear List
I'm attempting to use CPAN for the first time ...
CPAN builds by default a directory structure under .cpan in my home
directory.
Perl looks for its include files in (i.e. @INC contains):
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library
can't
remember for sure how I got it working but I think it prompted me
to edit or add a valid cpan mirror to download modules from. I went
to http://cpan.org/SITES.html and copy and pasted a url from the
list of sites and it worked after that.
Used ping and the traceroute tool in th
On Aug 31, 2005, at 9:49 AM, Joel Rees wrote:
anyone besides me having trouble accessing the mirrors?
Yeah, I had something very similar happen to me last week. I can't
remember for sure how I got it working but I think it prompted me to
edit or add a valid cpan mirror to download mo
anyone besides me having trouble accessing the mirrors?
I've been rebuilding my iBook when I can spare ten minutes here and a
half hour there. I installed perl 5.8.7 several weeks back under
/usr/local and started CPAN with the path set to look at /usr/local/bin
before /usr/bin,
On Wed, August 31, 2005 7:31 am, Lola Lee said:
> Lola Lee wrote:
>
>> For some reason, when I try to do "sudo cpan", it won't start up, and
>> generates this following message:
>
> Well . . . I figured it out - removed .lock and all is back to normal.
>
Lola Lee wrote:
For some reason, when I try to do "sudo cpan", it won't start up, and
generates this following message:
Well . . . I figured it out - removed .lock and all is back to normal.
I'd like to know why this happened, though.
--
Lola - mailto:[E
For some reason, when I try to do "sudo cpan", it won't start up, and
generates this following message:
Terminal does not support AddHistory.
CPAN.pm panic: Lockfile /Users/lolajl/.cpan/.lock
reports other host TsarskoeSelo.local and other process 20574.
Cannot proceed.
Look
On Jul 8, 2005, at 10:56 PM, Chris Devers wrote:
The first failed test is:
use MacOSX::File::Catalog;
...
my $asked = askgetfileinfo("dummy");
$asked eq "avbstcLinmed" ? ok(1) : ok(0);
Dan, it would be helpful if you'd just write lines like this simply as:
ok $asked, "avbs
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-Transfer-Encoding: 7bit
X-Mailer: Apple Mail (2.730)
I have managed to install psync on Tiger. It seems that the
problem was the bug in testing code. Heh. All it was needed was
"force install MacOSX::File" i
Hi,
while trying to use a module (Finance::Quote) I got an almost similar message.
I don't know whether this is related. All modules are installed correctly
(especially HTML::TableExtract). Has anybody an idea whether this has to do
with Tiger and how I can work around it?
Can't locate auto/HT
Folks,
On Jul 09, 2005, at 12:56 , Chris Devers wrote:
The first failed test is:
use MacOSX::File::Catalog;
...
my $asked = askgetfileinfo("dummy");
$asked eq "avbstcLinmed" ? ok(1) : ok(0);
The second failed test is nearly identical:
use MacOSX::File;
use MacOSX::File
On Fri, 8 Jul 2005, Joseph Alotta wrote:
So I tried to install MacOSX::File and got these errors. Does anyone know
what I am doing wrong?
I get the same result:
macgarnicle:~/.cpan/build/MacOSX-File-0.69 root# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM
line 15.
BEGIN failed--compilation aborted at /Users/jja/bin/psync line 15.
So I tried to install MacOSX::File and got these errors. Does anyone
know what I am doing wrong?
Joe.
cpan> install MacOSX::File
Running install for module MacOSX::File
Running make for D/DA/DANKOGAI/MacOSX-F
27;lynx' => q[],
'tar' => q[/usr/bin/tar],
'unzip' => q[/usr/bin/unzip],
-Ken
On Jun 9, 2005, at 10:04 AM, John Mercer wrote:
Hi guys,
Firewall problems? Or config problems? Or both?
I've found that CPAN works when I run "sudo perl -MCPAN etc"
You might want to take a look at that URL list. Try going to each
site by hand and see how long it takes to connect. Move your fastest
sites to the top of the list.
- Larry
On Jun 9, 2005, at 11:04 AM, John Mercer wrote:
urllist
ftp://ftp.sunsite.utk.edu/pub/CPAN
Hi guys,
Firewall problems? Or config problems? Or both?
I've found that CPAN works when I run "sudo perl -MCPAN etc", but not
when I run as root: "macbox:/ root# perl -MCPAN". I find that very
strange, but hey, if it works as sudo, it works and that's all I ne
Hi John,
The permissions thing is a red herring.
Look more closely at the error message. It's trying to run a program
called "/usr/bin". Look at your CPAN configuration ("o conf" in the
CPAN shell) to figure out why.
-Ken
On Jun 8, 2005, at 3:14 PM, John Mercer
I don't see how I can have a permissions
> error when I'm running CPAN as the root user. Root has--I checked--
> read, write, execute permissions in that directory (/System/Library/
> etc, etc). Regarding the second error, I have no idea what that's
> about. Could fink have s
At 6:00 pm -0400 8/6/05, John Mercer wrote:
That's strange. I ran CPAN with "sudo perl -MCPAN etc etc" and
everything worked fine. But here's another question: why did it work
w/ "sudo" but not as root (su)?
The way I log in as root is by running: sudo -s
JD
1 - 100 of 480 matches
Mail list logo