Re: [Cooker] perl-Net_SSLeay

2002-09-23 Thread Franois Pons

Sebastian Dransfeld [EMAIL PROTECTED] writes:

 This seems like a bad idea (from .spec):
 
 find $RPM_BUILD_ROOT/%{prefix} -name *.al | xargs rm -f
 
 Running the examples demand that the .al files are there!

This is more problably a problem loading method which sounds like a problem of
missing module.

I take a look on this.

François.




Re: [Cooker] perl-Net_SSLeay

2002-09-23 Thread Franois Pons

[EMAIL PROTECTED] (François Pons) writes:

 Sebastian Dransfeld [EMAIL PROTECTED] writes:
 
  This seems like a bad idea (from .spec):
  
  find $RPM_BUILD_ROOT/%{prefix} -name *.al | xargs rm -f
  
  Running the examples demand that the .al files are there!
 
 This is more problably a problem loading method which sounds like a problem of
 missing module.
 
 I take a look on this.

There seems to be strange vision of this, this package looks like to have
problems.

It is problably used only by other module and not directly.

I invistigate more on the topic, but it seems to be unable to work without
modifications (at least from some examples files).

François.




Re: [Cooker] perl-Net_SSLeay

2002-09-23 Thread Sebastian Dransfeld

On Mon, 2002-09-23 at 16:28, François Pons wrote:
 [EMAIL PROTECTED] (François Pons) writes:
 
  Sebastian Dransfeld [EMAIL PROTECTED] writes:
  
   This seems like a bad idea (from .spec):
   
   find $RPM_BUILD_ROOT/%{prefix} -name *.al | xargs rm -f
   
   Running the examples demand that the .al files are there!
  
  This is more problably a problem loading method which sounds like a problem of
  missing module.
  
  I take a look on this.
 
 There seems to be strange vision of this, this package looks like to have
 problems.
 
 It is problably used only by other module and not directly.
 
 I invistigate more on the topic, but it seems to be unable to work without
 modifications (at least from some examples files).

If I remove the line with rm from the spec the package and examples
work.

Sebastian