|
Posted by Matt Silberstein on November 11, 2005, 10:39 pm
Please log in for more thread options
I had first posted this in comp.lang.perl, but it is probably more
appropriate here. I had written a small script to do some thumbnail
work (I am on a Windows XP system, but will run this either here or on
the Linux host.) I was going to use the GD module, but ppm3 did not
find it. So I decided to use Imager. Imager, however, decided it did
not want to do a jpeg. That is sort of question 1, what module should
I use for some simple graphics stuff?
But here it gets bad. I decided to try the script on the Linux host,
where I don't have root privileges. And when I went to run my script
it failed because it could not find ConfigReader::Simple. So I decided
to load that locally. ConfigReader::Simple, of course, required other
things and pretty soon I was lost trying to get all that installed. (I
followed the advice from
http://www.perl.com/pub/a/2002/04/10/mod_perl.html.) I ended up messed
up so I tried to back up and deleted all of the downloaded stuff and,
I thought, all of the stuff installed in my local bin and lib. But
when I went to re-install I was told that nothing needed to be done.
But my scripts still fail. What do I do now?
TIA.
--
Matt Silberstein
Do something today about the Darfur Genocide
http://www.beawitness.org http://www.darfurgenocide.org http://www.savedarfur.org
"Darfur: A Genocide We can Stop"
|
|
Posted by Sisyphus on November 12, 2005, 4:44 pm
Please log in for more thread options
> I had first posted this in comp.lang.perl, but it is probably more
> appropriate here. I had written a small script to do some thumbnail
> work (I am on a Windows XP system, but will run this either here or on
> the Linux host.) I was going to use the GD module, but ppm3 did not
> find it.
ppm install http://theoryx5.uwinnipeg.ca/ppms/GD.ppd
Cheers,
Rob
|
|
Posted by Matt Silberstein on November 14, 2005, 1:18 am
Please log in for more thread options
On Sat, 12 Nov 2005 16:44:01 +1100, in comp.lang.perl.modules ,
>
>> I had first posted this in comp.lang.perl, but it is probably more
>> appropriate here. I had written a small script to do some thumbnail
>> work (I am on a Windows XP system, but will run this either here or on
>> the Linux host.) I was going to use the GD module, but ppm3 did not
>> find it.
>
>ppm install http://theoryx5.uwinnipeg.ca/ppms/GD.ppd
That seemed to work. Now I just have the messed up install on the
Linux box.
Thanks.
--
Matt Silberstein
Do something today about the Darfur Genocide
http://www.beawitness.org http://www.darfurgenocide.org http://www.savedarfur.org
"Darfur: A Genocide We can Stop"
|
|
Posted by Sisyphus on November 15, 2005, 11:20 am
Please log in for more thread options
> On Sat, 12 Nov 2005 16:44:01 +1100, in comp.lang.perl.modules ,
>
> >
> >> I had first posted this in comp.lang.perl, but it is probably more
> >> appropriate here. I had written a small script to do some thumbnail
> >> work (I am on a Windows XP system, but will run this either here or on
> >> the Linux host.) I was going to use the GD module, but ppm3 did not
> >> find it.
> >
> >ppm install http://theoryx5.uwinnipeg.ca/ppms/GD.ppd
>
> That seemed to work. Now I just have the messed up install on the
> Linux box.
>
I couldn't quite figure out what had happened from your description of the
linux install. Can you install GD there, too ?
Cheers,
Rob
|
|
Posted by Matt Silberstein on November 16, 2005, 6:41 am
Please log in for more thread options
On Tue, 15 Nov 2005 11:20:17 +1100, in comp.lang.perl.modules ,
>
>> On Sat, 12 Nov 2005 16:44:01 +1100, in comp.lang.perl.modules ,
>>
>> >
>> >> I had first posted this in comp.lang.perl, but it is probably more
>> >> appropriate here. I had written a small script to do some thumbnail
>> >> work (I am on a Windows XP system, but will run this either here or on
>> >> the Linux host.) I was going to use the GD module, but ppm3 did not
>> >> find it.
>> >
>> >ppm install http://theoryx5.uwinnipeg.ca/ppms/GD.ppd
>>
>> That seemed to work. Now I just have the messed up install on the
>> Linux box.
>>
>
>I couldn't quite figure out what had happened from your description of the
>linux install. Can you install GD there, too ?
You could not figure it out because I had started from such a wrong
place that it was all messed up. But I seem to have fixed those
problems now. And, yes, I now have everything install properly (I
hope) and can get on with the issue of frustrating myself with coding
instead of with installing.
Thanks.
--
Matt Silberstein
Do something today about the Darfur Genocide
http://www.beawitness.org http://www.darfurgenocide.org http://www.savedarfur.org
"Darfur: A Genocide We can Stop"
|
| Similar Threads | Posted | | only want to install one module and the depended ones, but CPAN always install the whole Perl. | September 14, 2007, 5:23 pm |
| Can not Install XML::Parser | September 29, 2004, 5:26 pm |
| How to install PDL::Slatec | October 1, 2004, 2:00 pm |
| GD.pm install woes | October 29, 2004, 3:50 pm |
| How do I install this package using ppm? | September 28, 2005, 2:44 pm |
| Can't install Unicode::Map | February 12, 2005, 7:54 am |
| How can I install the DBI on Solaris | February 24, 2005, 4:16 pm |
| GDBM Install | April 12, 2005, 12:14 pm |
| install whole CPAN ? | April 19, 2006, 10:39 am |
| CGI::EncryptForm - PPM Install | February 11, 2008, 11:32 am |
|