Re: What to do when cpan module fails to install
"DominiX" <[email protected]> Mon, 25 Oct 2004 19:00:26 -1000
| Newsgroups | gmane.os.cygwin.perl |
|---|---|
| Message-ID | <00c201c4bb18$b552acc0$0100a8c0@pastis> |
sorry bad formatting. :-(
this one look better.
#!/bin/bash
cd /
find usr bin sbin opt -type f -name "*.dll">/tmp/toto
zcat /etc/setup/*.lst.gz|grep 'dll$' >>/tmp/toto
cat /tmp/toto |sort -u| \
sed -e '/cygwin1.dll$/d' -e 's/^/\//' \
-e 's/apache\/new/apache/' >/tmp/toto2
rebase -v -d -b 0x70000000 -o 0x10000 -T /tmp/toto2
rm /tmp/toto{,2}
#
DominiX wrote:
> I've posted a "sad hack-fix" I've wrotten a few month ago.
>
> most of your build are on ~/.cpan/build /usr/lib/perl ...
> an other places that are not scanned by the rebase utility.
> I'll succeed in using this
>
> #!/bin/bash
> cd /
> find usr bin sbin opt -type f -name "*.dll" | cat >/tmp/toto
> zcat /etc/setup/*.lst.gz | grep 'dll$' >>/tmp/toto
> cat /tmp/toto |sort -u| sed -e '/cygwin1.dll$/d' -e 's/^/\//' -e
> 's/apache\/new/apache/' >/tmp/toto2
> cat /tmp/toto2 > /tmp/toto
> rebase -v -d -b 0x70000000 -o 0x10000 -T /tmp/toto
> #
>
> HTH
>
>
> zzapper wrote:
>> Hi
>>
>> I'm a newbie here, I type cpan from the console to install modules.
>> Either it works or the module fails to install. I never know what to
>> do if an install fails. I guess there must be Cygwin particularities,
>> or a FAQ can you please help, and please be kind if I should have
>> gone somewhere obvious!
>>
>> The latest which failed was SOAP::Lite
>>
>> C:\Cygwin\bin\perl.exe (5036): *** unable to remap
>> C:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xD60000) !=
>> 0xD70000
>> zzapper (vim, cygwin, wiki & zsh)
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> Make a clean sweep of pop-up ads. Yahoo!
> Companion Toolbar.
> Now with Pop-Up Blocker. Get it for free!
> http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/ndFolB/TM
> --------------------------------------------------------------------~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> ----------------------------------------------
> Filtered by despammed.com. Tracer: 1098766426
> Consider a PayPal donation to help Despammed
> stay a step or two ahead of the bad guys.
> A new PayPal donation button is now on the
> home page. Thanks!
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/ndFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cygwin-perl/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/