You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Simon Duduica <sd...@hexaflux.com> on 2001/05/02 10:55:27 UTC

WinNT:fatal error LNK1181: cannot open input file "..\..\..\..\..\unzipped\ap\apache-1.3\src\Release\ApacheCore.lib"

Hello,

I try to compile mod_perl on Windows NT 4 sp6 and I get the following
message

LINK : fatal error LNK1181: cannot open input file
"..\..\..\..\..\unzipped\ap\apache-1.3\src\Release\ApacheCore.lib"

I added the path to the ApacheCore.lib to the libpaths, I added the file to
the project, briefly I did everything that was written in INSTALL.win32 but
it doesn't work.
Apache is the 1.3.19, the msi package with sources, and it installed in
C:\Program Files\Apache Group... and perl is Perl-5.6.0 installed in c:\Perl

Any help welcome.
Thanks,
Simon.


Re: WinNT:fatal error LNK1181: cannot open input file "..\..\..\..\..\unzipped\ap\apache-1.3\src\Release\ApacheCore.lib"

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 2 May 2001, Simon Duduica wrote:

> I try to compile mod_perl on Windows NT 4 sp6 and I get the following
> message
> 
> LINK : fatal error LNK1181: cannot open input file
> "..\..\..\..\..\unzipped\ap\apache-1.3\src\Release\ApacheCore.lib"
> 
> I added the path to the ApacheCore.lib to the libpaths, I added the file to
> the project, briefly I did everything that was written in INSTALL.win32 but
> it doesn't work.

You can just delete the line indicating this path in mod_perl.dsp,
or remove it from within Visual Studio - it was there
to indicate that ApacheCore.lib must be added, which you've done.

best regards,
randy kobes