Re: Bad mojo w/ install Bundle::LWP

2003-01-21 Thread Forest Dean Feighner

On Monday, January 20, 2003, at 10:14 AM, Ken Williams wrote:



On Monday, January 20, 2003, at 06:10  AM, Forest Dean Feighner wrote:


I'm having trouble installing Bundle::LWP via cpan on a 10.2.3 system  
with new installs of perl-5.8.0 and Bundle::CPAN.
PERL and cpan went just fine but when I get to Bundle::LWP this is  
the error I get:

Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-- 
-
local/http-get.t   22  563219   19 100.00%  1-19
local/http.t   22  563218   18 100.00%  1-18
robot/ua-get.t  75  71.43%  1-3 5 7
robot/ua.t  75  71.43%  1-3 5 7
Failed 4/36 test scripts, 88.89% okay. 47/366 subtests failed, 87.16%  
okay.

I'd guess those are tests that need to connect to a live server.  To  
find out what went wrong, do this:

 make test TEST_VERBOSE=1 TEST_FILES="local/http-get.t \
 local/http.t robot/ua-get.t robot/ua.t"


Yippie!! That helped.

All tests successful.
Files=36, Tests=366, 61 wallclock secs (18.44 cusr +  2.63 csys = 21.07  
CPU)

It turns out that my firewall was blocking the tests.

Thanks Again
Forest

––
Forest Dean Feighner
[EMAIL PROTECTED]
http://4est.dyndns.org



Bad mojo w/ install Bundle::LWP

2003-01-20 Thread Forest Dean Feighner
I'm having trouble installing Bundle::LWP via cpan on a 10.2.3 system  
with new installs of perl-5.8.0 and Bundle::CPAN.
PERL and cpan went just fine but when I get to Bundle::LWP this is the  
error I get:

Failed Test  Stat Wstat Total Fail  Failed  List of Failed
 
---
local/http-get.t   22  563219   19 100.00%  1-19
local/http.t   22  563218   18 100.00%  1-18
robot/ua-get.t  75  71.43%  1-3 5 7
robot/ua.t  75  71.43%  1-3 5 7
Failed 4/36 test scripts, 88.89% okay. 47/366 subtests failed, 87.16%  
okay.
make: *** [test] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Bundle summary: The following items in bundle Bundle::LWP had  
installation
problems:
  MIME::Base64 LWP

Should I ignore the error and force install or will that come back to  
bite me?

Many Thanks
Forest

––
Forest Dean Feighner
[EMAIL PROTECTED]
http://4est.dyndns.org



Re: content management question

2002-10-16 Thread Forest Dean Feighner


On Wednesday, October 16, 2002, at 09:51 AM, Puneet Kishor wrote:

>
> I found a wonderful list at http://www.la-grange.net/cms which I used 
> to further my search.
>
> I found callisto to be simply amazing, but was a bit overwhelmed by 
> AxKit.
>

Like the little greens guys in Toy Story would say... 
oOOOOOoo

Forest

––
Forest Dean Feighner
[EMAIL PROTECTED]
http://4est.dyndns.org




Re: GraphViz working after some effort

2001-07-30 Thread Forest Dean Feighner


On Monday, July 30, 2001, at 02:30 AM, Ken Williams wrote:

> [EMAIL PROTECTED] (Ken Williams) wrote:
>> I've been trying to get (the very cool) GraphViz.pm working under Mac
>> OS X 10.0.4.
>
> By the way, an introduction to GraphViz and its capabilities is at:
>
> Talk: http://www.astray.com/graphing_perl/graphing_perl.pdf
>   Slides: http://www.astray.com/graphing_perl/
>
> The slides are from Leon Brocard's (GraphViz.pm's author) 3rd German
> Perl Workshop presentation on the topic.
>

Wow, does it really draw like that?!? I like the drawing of the "Code 
profile (line level) graph."




Forest
___

___




Bundle::CPAN

2001-07-08 Thread Forest Dean Feighner

I just installed Bundle::CPAN. Wow, that the first time I've done that.

Interesting stuff. I didn't digress from the default recommendations and 
it looks like everything went well.

Many Thanks
Forest



Re: Pass BBEdit perl flags??

2001-04-22 Thread Forest Dean Feighner


On Sunday, April 22, 2001, at 01:49 PM, Jim Correia wrote:

> On 1:44 PM 4/22/01 Forest Dean Feighner <[EMAIL PROTECTED]> wrote:
>
>> My apologies, I don't want to turn this into a feature feud like I've
>> seen on other lists.
>
> Naah.  I just wanted to be clear that if you want to make sure we (Bare
> Bones Software) see something, you should send it to us directly.
> Posting it to the list isn't a guaranteed method.  That's all :-)
>

Roger Wilko, thanks for the reply Jim.





/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: Pass BBEdit perl flags??

2001-04-22 Thread Forest Dean Feighner

My apologies, I don't want to turn this into a feature feud like I've 
seen on other lists.

On Sunday, April 22, 2001, at 12:45 PM, Jim Correia wrote:

> [While I do read this list, I may miss things, so if you expect an
> answer from Bare Bones please do send the question to
> <[EMAIL PROTECTED]>.  Sometimes I get tied up writing code and don't
> read lost of list mail.]
>
>
<...>
> If you need to pass arbitrary arguments at some other time, then you
> can't do it directly right now.  Please write this up as a feature
> request and send it to <[EMAIL PROTECTED]>.
>

Yhea thats it. I was trying to pass arguments to the perl script.

Many Thanks

Forest



/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Pass BBEdit perl flags??

2001-04-21 Thread Forest Dean Feighner

Is it possible to pass BBEdit flags when running a perl script?

I've been playing around with a perl script called swigs.pl and it 
requires additional input to run correctly.

./swigs.pl -t Templates Pictures Gallery

the -t option passes the location of my html Templates to the perl 
script, Pictures are my raw images, and Gallery is destination directory 
where the perl script writes to.


As expected, thanks to the care of the author, when I run the script I 
get:
source_dir and target_dir are required
swigs.pl [-o [src]] [-p] [-h] [-t template_dir] source_dir target_dir
   -o Tells script to use only one copy of image
  Optional src is one of scaled (default), copied, custom
   -t template_dir, specify location of templates
   -p use order prefix rule
   -h print this help message


P.S. Man it is great to have BB again!!

Many Thanks
Forest


/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: What are people using perl on Mac OSX for?

2001-04-20 Thread Forest Dean Feighner


On Friday, April 20, 2001, at 08:40 AM, Justin Simoni wrote:

> Since this is somewhat a new list, I am very curious of hearing what 
> people
> are using Perl on MacOSX for. It seems that people who are serious about
> coding would opt for a linux or FreeBsd alternative, since this is most
> likely what these program will be run under when they're released. I 
> could
> be wrong here, and be substaintualy undermining the number of 
> developers for
> MacOSX and OSX Server, but right now, the client version of the OS 
> isn't a
> hot rod for Webserver and much of the polish really just gets in the 
> way of
> someone who knows what they're doing.


I am very new to perl. I've managed to get ImageMagick/PerlMagick 
running.
http://www.imagemagick.org/

To start using perl I've been using swigs with the intention to "tweak" 
the script as a departure point for learning perl.
http://people.whitman.edu/~mcmahahb/projects/swigs.html

This is an amazing way to handle large quantities of images and 
hopefully, get a better sense of perl.

As an aside; I wonder if there is any way to hook into graphic power Mac 
OS X.

Forest



/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: Apple Engineer Explains Case in/sensitivity Reasoning, etc.

2001-04-19 Thread Forest Dean Feighner


On Thursday, April 19, 2001, at 02:19 PM, Chris Nandor wrote:

>
> don't care about users who want to stretch the system.  They only care
> about users who want to lick the screen.  Don't like the new UI?  Tough:
>


Uuuu.. Scren. taste like candy.





/=-=-=-=-=-=-|-=-=-=-=-=-=\
     Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: perlport

2001-04-18 Thread Forest Dean Feighner


On Wednesday, April 18, 2001, at 03:04 PM, Chris Nandor wrote:

> Does someone here want to take up the task of collecting idiosyncracies 
> of
> Mac OS X to add to perlport.pod?  The obvious one is case 
> sensitivity.  I
> am not sure if that is already adequately covered by the existing text, 
> but
> it is certainly worth someone's effort (although, apparently, not 
> mine :-)
> to find all these little differences and check to make sure they are
> properly addressed in the doc.


I just like to chim in, I have installed and run Mac OS X on a case 
sensitive UFS partition.

Forest



/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread Forest Dean Feighner

How are you deal shared libs?? I've been futzing around with installing 
some cpan modules et.al and I am having troubles getting some script to 
work.

I was thinking that I may need to add /usr/local/libs to my path. 
Another thought I had was that I might be able able to include headers 
in the scripts. I've never seen the inclusion of headers in a script, 
but hey, might work.

Forest

On Sunday, April 15, 2001, at 10:18 PM, John Siracusa wrote:

> On 4/15/01 10:04 PM, Forest Dean Feighner wrote:
>> On Sunday, April 15, 2001, at 09:26 PM, John Siracusa wrote:
>>> To follow up my own post, I solved my problem in a pretty
>>> drastic manner: I totally deleted /System/Library/Perl/ and
>>> /Library/Perl/, then ran "make install" again.  Everything seems
>>> fine now.
>>>
>>> (This is all on my "experimental" OS X install, BTW :)
>>
>> Interesting solution. How does everything work??
>
> Just fine, as far as I can tell.  I've been installing CPAN modules all 
> day
> with about the same success I had with the 5.6.0 install that came with 
> OS
> X.
>
> -John
>




/=-=-=-=-=-=-|-=-=-=-=-=-=\
 Forest Dean Feighner
http://www.erie.net/~fdf
\=-=-=-=-=-=-|-=-=-=-=-=-=/



Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread Forest Dean Feighner


On Sunday, April 15, 2001, at 09:26 PM, John Siracusa wrote:

> To follow up my own post, I solved my problem in a pretty
> drastic manner: I totally deleted /System/Library/Perl/ and
> /Library/Perl/, then ran "make install" again.  Everything seems
> fine now.
>
> (This is all on my "experimental" OS X install, BTW :)
> -John
>

Interesting solution. How does everything work??

Forest



Re: Running a perl in web browser

2001-04-06 Thread Forest Dean Feighner


On Friday, April 6, 2001, at 10:47 AM, Bill Stephenson wrote:
>
> Enter this address into the browser: 127.0.0.1
> and in works fine.
>
> But when I enter this address into the browser: localhost
> it crashes the browser hard.
>
> Am I doing this wrong, or should I just not enter that address?

Sounds to me like your browser is doing something wrong.

Entering http://localhost should work, tho, I've had it resolve to 
http://www.localhost.com, heheh, made me scratch my head the first time.

Maybe try http://127.0.0.1

That or use your normal IP address and/or machine name.

Forest



ImageMagick was:(Re: Perl and Tk on Mac OS X)

2001-04-04 Thread Forest Dean Feighner


On Wednesday, April 4, 2001, at 03:37 PM, Peter Prymmer wrote:
>
> On Wed, 4 Apr 2001, Forest Dean Feighner wrote:
>>
>> This worries me a bit because I get the impression that it'll replace
>> the perl exectutable with PerlMagick.
>
> I do not think that it will replace perl with PerlMagick it will leave
> perl in your default bin directory then add the PerlMagick next to it
> in the same directory.  If you had specified:
>
>   perl Makefile.PL MAP_TARGET=perl
> make
>   make -f Makefile.aperl inst_perl
>
> then that incantation would have made a new binary named 'perl' with the
> Image Magick library statically linked in.

Thanks for the explanation, that helps to clarify things for me.

> The question then becomes "why bother with static linking at all?".
> Perhaps in the case of a graphics intensive thing like Image Magick 
> there
> could be some sort of speed advantage.  But OS X supports dynamic 
> loading
> and you perl should too.  What do the following return on your system 
> (and
> are you using the system supplied perl or did you build it yourself?):

My impression is that dynamic loading would be the way to go. I had 
thought that I might have to go with a static linking due to the use of 
the shared graphics libraries.
I am still acclimating to this new environment and am having a hard time 
understanding the equivalent to ldconfig -v, etc..

The default perl is installed. perl -v prints This is perl, v5.6.0 built 
for darwin

> perl -V:usedl
> perl -V:so
> perl -V:dlsrc

usedl='define';
so='dylib';
dlsrc='dl_dyld.xs';

>>  perl Makefile.PL
>>  make
>>  make install
>>
>
> Ah - OK.  That looks better to me (i.e. use dynamic loading).  Thanks 
> for
> your detailed reply.

Yes, I thought the default would be best.

Thank you for your help. It is appreciated.

Forest



Re: Perl and Tk on Mac OS X

2001-04-04 Thread Forest Dean Feighner

Peter,

Thanks for the reply.

When I ran ./configure and make from within the ImageMagick directory 
the make process tried to make PerlMagick as well. The README, in regard 
to MAP_TARGET, says:

To create and install a new 'perl' executable (replacing your
 existing PERL interpreter!) with PerlMagick statically linked
 (but other libraries linked statically or dynamically according
 to system linker default), execute

 perl Makefile.PL
 make perl
 make -f Makefile.aperl inst_perl

 or to create and install a new PERL interpreter with a
 different name than 'perl' (e.g. 'PerlMagick') and with
 PerlMagick statically linked

 perl Makefile.PL MAP_TARGET=PerlMagick
make PerlMagick
 make -f Makefile.aperl inst_perl

This worries me a bit because I get the impression that it'll replace 
the perl exectutable with PerlMagick.

After failing the make process I ran make clean, and added 
-L/System/Library/Perl/darwin/CORE/ to the LIB line in Makefile.PL.

In accordance to the README;
 To create and install the dymamically-loaded version of
 PerlMagick (the preferred way), execute

 perl Makefile.PL
 make
 make install


I am still having difficulties with graphic libraries, but for now, I'm 
going to take it one hurdle at a time.

Thanks
Forest

On Wednesday, April 4, 2001, at 02:38 PM, Peter Prymmer wrote:

>
>
> On Wed, 4 Apr 2001, Peter Prymmer wrote:
>
>> Why was MAP_TARGET=PerlMagick specified here?
>
> Oops - sorry. I see that you've already solved the problem by 
> specifiying
> -L.
>
> Peter Prymmer
>



Re: Perl and Tk on Mac OS X

2001-04-04 Thread Forest Dean Feighner


On Wednesday, April 4, 2001, at 10:03 AM, Randal Cox wrote:

>>> However, I still am getting messages to the effect that I have
>>> multiple symbols defined (from dyld).
>>> I even hacked some of the C code to get rid of this, but to no avail.
>>
>>
>> I am having a similar problem compiling the cpan module Image::Magick. 
>> After failing with cpan I decided to start at the top and work my way 
>> down by compiling ImageMagick from source. Every thing seems to go 
>> well untill make starts to compile PerlMagick.
>>
>> It seems to me that PerlMagick fails because it can't find libperl.a
>>
>> On line 76 of Makefile can LIBPERL_A = libperl.a be directed toward 
>> libperl.dylib?
>>
> Have you guys tried adding a -L/System/Library/Perl/darwin/CORE/ to the 
> LIB line in the makefile or the config.in file or the Makefile.PL (as 
> appropriate)?
>
> In the case of the Perl/TK, you might need an additional library path 
> specified.  Can you share the make results with us?

Randal,

Thank you very much. I added -L/System/Library/Perl/darwin/CORE/ to the 
LIB line in Makefile.PL and... magick !!

I still need to sort out the graphic libraries, but, I feel that will be 
much easier now that things compile.

bash-2.03# make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Image
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Image
mkdir blib/arch/auto/Image/Magick
mkdir blib/lib/auto
mkdir blib/lib/auto/Image
mkdir blib/lib/auto/Image/Magick
mkdir blib/man3
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap 
/System/Library/Perl/ExtUtils/typemap Magick.xs > Magick.xsc && mv 
Magick.xsc Magick.c
cc -c -I../ -I.. -D_REENTRANT -I/usr/local/include -g -pipe -pipe 
-fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 
-DVERSION=\"5.30\" -DXS_VERSION=\"5.30\"  
-I/System/Library/Perl/darwin/CORE -DHAVE_CONFIG_H Magick.c
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -o 
blib/arch/auto/Image/Magick/Magick.bundle  -bundle -undefined suppress 
Magick.o-L/System/Library/Perl/darwin/CORE/ -L/usr/local/lib 
-L/Users/forest/Skratch/ImageMagick/ImageMagick-5.3.0/magick -lMagick 
-lz -lpthread -lm
chmod 755 blib/arch/auto/Image/Magick/Magick.bundle
cp Magick.bs blib/arch/auto/Image/Magick/Magick.bs
chmod 644 blib/arch/auto/Image/Magick/Magick.bs
Manifying blib/man3/Image::Magick.3

Thanks Again
Forest



Re: Perl and Tk on Mac OS X

2001-04-03 Thread Forest Dean Feighner

Ops, I forgot to Cc: the list.

On Tuesday, April 3, 2001, at 01:14 PM, Bohdan Peter Rekshynskyj wrote:

>
> However, I still am getting messages to the effect that I have
> multiple symbols defined (from dyld).
> I even hacked some of the C code to get rid of this, but to no avail.


I am having a similar problem compiling the cpan module Image::Magick. 
After failing with cpan I decided to start at the top and work my way 
down by compiling ImageMagick from source. Every thing seems to go well 
untill make starts to compile PerlMagick.

It seems to me that PerlMagick fails because it can't find libperl.a

On line 76 of Makefile can LIBPERL_A = libperl.a be directed toward 
libperl.dylib?

Is this sort of library compatable with dylib??

Here is the output of the failed make.

cd PerlMagick && /usr/bin/perl Makefile.PL MAP_TARGET=PerlMagick
Checking if your kit is complete...
Looks good
Writing Makefile for Image::Magick
( cd PerlMagick && make CC='cc' PerlMagick )
/usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap 
/System/Library/Perl/ExtUtils/typemap Magick.xs > Magick.xsc && mv 
Magick.xsc Magick.c
cc -c -I../ -I.. -D_REENTRANT -I/usr/local/include -g -pipe -pipe 
-fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 
-DVERSION=\"5.30\" -DXS_VERSION=\"5.30\"  
-I/System/Library/Perl/darwin/CORE -DHAVE_CONFIG_H Magick.c
mkdir blib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Image
mkdir blib/arch/auto/Image/Magick
rm -rf blib/arch/auto/Image/Magick/Magick.a
/usr/bin/ar cr blib/arch/auto/Image/Magick/Magick.a Magick.o && 
/usr/bin/ranlib blib/arch/auto/Image/Magick/Magick.a
chmod 755 blib/arch/auto/Image/Magick/Magick.a
Writing "Makefile.aperl" for this PerlMagick
Warning: /System/Library/Perl/darwin/CORE/libperl.a not found
 If you're going to build a static perl binary, make sure perl is 
installed
 otherwise ignore this warning
Writing Makefile.aperl for Image::Magick
make -f Makefile.aperl PerlMagick
Writing perlmain.c
cd . && cc -c  -I/System/Library/Perl/darwin/CORE  -g -pipe -pipe 
-fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 \
 -DVERSION=\"5.30\" \
-DXS_VERSION=\"5.30\"   -I/System/Library/Perl/darwin/CORE perlmain.c
make[4]: *** No rule to make target 
`/System/Library/Perl/darwin/CORE/libperl.a', needed by `PerlMagick'.  
Stop.
make[3]: *** [PerlMagick] Error 2
make[2]: *** [PerlMagick/PerlMagick] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

The ImageMagick list is unfamiliar, like myself, with Mac OS X.

Thanks
Forest




Re: Carbon apps on unix disk

2001-04-01 Thread Forest Dean Feighner


On Monday, April 2, 2001, at 01:28 AM, [EMAIL PROTECTED] wrote:

> Just to put in my experience:
>

<...>

> I haven't yet seen any official recommendations on which
> type of partition to use, though.
>
>

I believe that the recommendation is to use HFS+.

I've just had better luck w/ UFS.

Forest




Re: Carbon apps on unix disk

2001-04-01 Thread Forest Dean Feighner


On Sunday, April 1, 2001, at 09:48 PM, Bill Stephenson wrote:

> This is probably a stupid question but, do "Carbon" apps NOT run on OS 
> X if
> the disk has been formatted for unix when OS X was installed?
>

NO, they should work just fine. Classic apps will need to on a HFS+ 
partition tho.

> So far I have not abeen able to get either Appleworks or fetch to 
> install
> since I reinstalled OS X with a unix disk format.
>

Hummm, maybe you'll need to boot into Mac 9 for the installation.
I ran the Appleworks updater that Apple pulled, but I did run it from 
MacOSX on a UFS partition.

> Fetch complains that it can't install on a Network Server DIsk and the
> applworks disk image just would not mount.
>

I got that same error w/ the lame AOL port to MacOSX. It is a Carbon 
app. That is strange about the Appleworks image.

> PhotoLine and Pepper both work well on either format, but they're not 
> really
> "Carbon" apps are they?

I'm not sure.

Forest



Re: .gz uncompress problem with cpan shell

2001-04-01 Thread Forest Dean Feighner

Cool, glad that suggestion helped.

Forest

On Sunday, April 1, 2001, at 07:21 PM, Wazop wrote:

> Hello,
>
> On Sunday, April 1, 2001, at 04:49  PM, Forest Dean Feighner wrote:
>
>> I'm very new at this, so I may be off-base.
>>
>> Are you running the cpan shell as root?
>
> Right on!  That was the problem!  Thanks a lot!
>
>
> ---
> Nicolas Bertrand
> http://www.wazop.net
> 
>



Re: .gz uncompress problem with cpan shell

2001-04-01 Thread Forest Dean Feighner

I'm very new at this, so I may be off-base.

Are you running the cpan shell as root?

If that is the problem, it sounds to me, that libnet archive didn't 
download completely.

Last night is the first time I've ever ran the cpan shell. When you 
first run the shell your prompted to configure the cpan shell. The o 
conf [opt] command will allow you to configure Config.pm

i.e
cpan> o conf gzip /usr/gzip
 gzip   /usr/gzip

cpan> o conf gzip /usr/bin/gzip
 gzip   /usr/bin/gzip

cpan>

Forest

On Sunday, April 1, 2001, at 04:33 PM, Wazop wrote:

> Hi,
>
> Sorry to disturb you with this. There is a little problem I'm trying to 
> solve with the cpan shell.  It cannot uncompress .gz files.  In the 
> example below, libnet-1.0703.tar.gz is present in the directory.  My 
> guess is that the cpan shell does not know/have not found, the 
> decompression program for .gz files.  Can someone give me a few pointer 
> as to where to look/how to solve this?
>
> zsh: no such file or directory: 
> y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz
> tar: End of archive volume 1 reached
> tar: Sorry, unable to determine archive format.
> y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz: No such file or 
> directory
> Couldn't uncompress y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz
>
> Thanks a lot,
>
> ---
> Nicolas Bertrand
> http://www.wazop.net
> 
>



dyld: perl Undefined symbols:

2001-03-31 Thread Forest Dean Feighner

I used perl -MCPAN -e shell to install Image::Magick.

Now when I try to execute a perl script with use Image::Magick; i get 
the dyld: perl Undefined symbols.

uuumm,... I'm not getting -framework yet. That and/or using unix/linux 
Shared Libraries on Mac OS X.

Any ideas??
Forest




Re: Mac OS X Perl

2001-03-31 Thread Forest Dean Feighner

I've been tinkering around with OpenBase. Granted, it's a binary, but 
the installation is smooth.

Forest

On Saturday, March 31, 2001, at 01:45 PM, Michael Stearne wrote:

> I am using a binary of 3.23.23 or something. I found it from a link 
> someone set-up for the Public Beta.  Before installing this I tried to 
> compile 3.23.36 from the source.  It failed at one point and I didn't 
> look into it further, I just found a binary. I am sure that in the next 
> minor version of mySQL it will compile out of the box, then no more 
> binaries needed.
>
> Michael
>
>
>
> On Saturday, March 31, 2001, at 12:27 PM, Forest Dean Feighner wrote:
>
>> http://www.mysql.com/news/article-54.html
>



Re: Mac OS X Perl

2001-03-31 Thread Forest Dean Feighner

This just came in ADC News. The download will lead you to a binary.

MySQL for Mac OS X 3.23.36 from MySQL AB is an Open Source SQL
database. This release features a few minor enhancements and Mac OS
X compatibility.
http://www.mysql.com/news/article-54.html

On Saturday, March 31, 2001, at 12:18 PM, Forest Dean Feighner wrote:

>
> On Saturday, March 31, 2001, at 09:50 AM, Bill Stephenson wrote:
>
>> on 3/30/01 8:35 AM, Bob Dalgleish at [EMAIL PROTECTED] wrote:
>>
>>> You can try my web site for some Perl on OS X information 
>>> http://duke.usask.ca/~dalglb/macosx/ 
>>
>> Thanks, Bob,
>>
>> You've made a great page that's now bookmarked on my Mac. I haven't 
>> started
>> using MySql yet, but I do intend to begin soon and this is where I'll 
>> start.
>
> Here is another link for getting MySQL roll on Mac X.
> http://www.macosxhints.com/article.php?story=20010329091413870
>
> I havn't tried following the instructions yet, but sooner or later, 
> I'll be tring to figure out to compile/run/use MySQL.
>
> Forest
>



Re: Mac OS X Perl

2001-03-31 Thread Forest Dean Feighner


On Saturday, March 31, 2001, at 09:50 AM, Bill Stephenson wrote:

> on 3/30/01 8:35 AM, Bob Dalgleish at [EMAIL PROTECTED] wrote:
>
>> You can try my web site for some Perl on OS X information 
>> http://duke.usask.ca/~dalglb/macosx/ 
>
> Thanks, Bob,
>
> You've made a great page that's now bookmarked on my Mac. I haven't 
> started
> using MySql yet, but I do intend to begin soon and this is where I'll 
> start.

Here is another link for getting MySQL roll on Mac X.
http://www.macosxhints.com/article.php?story=20010329091413870

I havn't tried following the instructions yet, but sooner or later, I'll 
be tring to figure out to compile/run/use MySQL.

Forest



Re: PerlMagick Makefile.PL

2001-03-30 Thread Forest Dean Feighner


On Thursday, March 29, 2001, at 07:19 PM, Forest Dean Feighner wrote:

> The LIBS and INC in the Makefile looks like:
>
>'LIBS' => ['-L/usr/local/lib -L/usr/X11R6/lib 
> -L/home/cristy/ImageMagick/magick -lMagick-ltiff  -ljpeg -lpng 
> -lfpx  -lXext -lXt  -lSM -lICE -lX11  -lbz2  -lz -lpthread  -lm'],

This is where I'm getting stuck. What is this-^ 
and how are these found?^

I assuming that this Mac OS X and PERL related. Does know to look for 
libaries in /usr/local/lib ?

Many Thanks
Forest




Re: resources for porting

2001-03-29 Thread Forest Dean Feighner


On Thursday, March 29, 2001, at 09:16 PM, Bill Stephenson wrote:

> Hey Randle,
>
> Thanx a ton for the tips. I've visited www.macosxsw.com too and and it's
> been a great help.
>
> I've got Chris Pepper's libpng, zlib, and gd, binaries to install OK (I
> think).
>

Yes, a good link. There are also a few good odds and ends over at
http://www.darwinfo.org/ports/show.php3?node=X11/libraries

Forest



Re: PerlMagick Makefile.PL

2001-03-29 Thread Forest Dean Feighner

Hello Bill,

Thanks for the replay.
I installed a binary of ImageMagick from
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/
binaries/
I installed ImageMagick in /usr/local

As for PerlMagick
perl Makefile.PL runs ok as does make. make test fails as does demo/make

So, right now I'm a bit stuck.

Here is the output of perl Makefile.PL and make:
[snow-white:~/Skratch/perl/PerlMagick-5.30] forest% perl Makefile.PL
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -ljpeg
Note (probably harmless): No library found for -lpng
Note (probably harmless): No library found for -lbz2
Writing Makefile for Image::Magick
[snow-white:~/Skratch/perl/PerlMagick-5.30] forest% make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Image
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Image
mkdir blib/arch/auto/Image/Magick
mkdir blib/lib/auto
mkdir blib/lib/auto/Image
mkdir blib/lib/auto/Image/Magick
mkdir blib/man3
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap 
/System/Library/Perl/ExtUtils/typemap Magick.xs > Magick.xsc && mv 
Magick.xsc Magick.c
cc -c -I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include 
-I/usr/local/include -I/usr/local/includemagick -g -pipe -pipe 
-fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 
-DVERSION=\"5.30\" -DXS_VERSION=\"5.30\"  
-I/System/Library/Perl/darwin/CORE -DHAVE_CONFIG_H Magick.c
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
LD_RUN_PATH="/usr/local/lib" cc -o 
blib/arch/auto/Image/Magick/Magick.bundle  -bundle -undefined suppress 
Magick.o-L/usr/lib -L/usr/local/lib -L/usr/local/lib/ImageMagick 
-lMagick
chmod 755 blib/arch/auto/Image/Magick/Magick.bundle
cp Magick.bs blib/arch/auto/Image/Magick/Magick.bs
chmod 644 blib/arch/auto/Image/Magick/Magick.bs
Manifying blib/man3/Image::Magick.3
/usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl Makefile.orig.PL Makefile.orig
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -ljpeg
Note (probably harmless): No library found for -lpng
Note (probably harmless): No library found for -lfpx
Note (probably harmless): No library found for -lXext
Note (probably harmless): No library found for -lXt
Note (probably harmless): No library found for -lSM
Note (probably harmless): No library found for -lICE
Note (probably harmless): No library found for -lX11
Note (probably harmless): No library found for -lbz2
Writing Makefile for Image::Magick

I'm excited about getting PerlMagick running.

Thanks
Forest

On Thursday, March 29, 2001, at 09:23 PM, Bill Stephenson wrote:

> Hi Forest,
>
> Have you already got imagemagick to compile on your Mac? I would love 
> to use
> perlmagick!
>
> Keep me up to date on your progress.
> --
>
> Bill Stephenson
> www.SecureShopper.com
> 1-417-546-5593
>
>



Re: PerlMagick Makefile.PL

2001-03-29 Thread Forest Dean Feighner

Please disregard this last post.

The Makefile.PL had a ._Makefile.PL that make choked on.

Thanks

On Thursday, March 29, 2001, at 07:56 PM, Forest Dean Feighner wrote:

>
> On Thursday, March 29, 2001, at 07:19 PM, Forest Dean Feighner wrote:
>
>> Greetings All,
>>
>> I hope that I am on topic for the list. I am pretty new to both perl 
>> and Mac 10.
>>
>> I want to install PerlMagick. The README says to:
>>
>
> With modifying the Makefile make exits with:
> Manifying blib/man3/Image::Magick.3
> /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
> -I/System/Library/Perl ._Makefile.PL ._Makefile
> Unrecognized character \x05 at ._Makefile.PL line 1.
> make: *** [._Makefile] Error 255
>
>
> Thanks
> Forest
>



Re: PerlMagick Makefile.PL

2001-03-29 Thread Forest Dean Feighner


On Thursday, March 29, 2001, at 07:19 PM, Forest Dean Feighner wrote:

> Greetings All,
>
> I hope that I am on topic for the list. I am pretty new to both perl 
> and Mac 10.
>
> I want to install PerlMagick. The README says to:
>

With modifying the Makefile make exits with:
Manifying blib/man3/Image::Magick.3
/usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl ._Makefile.PL ._Makefile
Unrecognized character \x05 at ._Makefile.PL line 1.
make: *** [._Makefile] Error 255


Thanks
Forest



PerlMagick Makefile.PL

2001-03-29 Thread Forest Dean Feighner

Greetings All,

I hope that I am on topic for the list. I am pretty new to both perl and 
Mac 10.

I want to install PerlMagick. The README says to:

 Next, edit Makefile.PL and change LIBS and INC to include the
 appropriate path information to the required libMagick library. You
 will also need library search paths (-L) to JPEG, PNG, TIFF,
 etc. libraries if they were included with your installed
 version of ImageMagick. If an extension library is built as a
 shared library but not installed in the system's default
 library search path, you may need to add run-path information
 (often -R or -rpath) corresponding to the equivalent library
 search path option so that the library can be located at
 run-time.

The LIBS and INC in the Makefile looks like:

'LIBS'  => ['-L/usr/local/lib -L/usr/X11R6/lib 
-L/home/cristy/ImageMagick/magick -lMagick-ltiff  -ljpeg -lpng 
-lfpx  -lXext -lXt  -lSM -lICE -lX11  -lbz2  -lz -lpthread  -lm'],

and

 'INC'  => '-I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-I/usr/local/include -I/usr/X11R6/include',


I haven't installed X11 so I'm not sure if I'm starting off on the wrong 
foot.

Many Thanks
Forest