Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Compiling correctly zlib for use with another program without root / administrator priviledge
I would like to install mutella on a unix box where I do not have root
privilege (Linux Debian 2.4.18-32 #1 Sat Apr 10 14:01:10 UTC 2004
parisc unknown).
Mutella requires zlib.

Hence I first installed zlib with these commands:
$ tar xvzf zlib-1.2.1.tar.gz
$ cd zlib-1.2.1
$ ./configure --prefix=$HOME --exec-prefix=$HOME
$ make
$ make install

A file $HOME/lib/zlib.a has been created (OK)

Then I attempted to compile mutella with these commands:
$ tar xvzf mutella-0.4.5.tar.gz
$ cd mutella-0.4.5
$ ./configure --prefix=$HOME --exec-prefix=$HOME
--with-zlib=$HOME/lib/zlib.a

The ./configure fails with this error:
checking for compress in -lz... no
configure: error: You must have zlib installed!

Does somebody have a clue?

Cheers

Pascal

Report this thread to moderator Post Follow-up to this message
Old Post
pascalv
09-18-04 08:55 PM


Re: Compiling correctly zlib for use with another program without root / administrator priviledge
Hello!

pascalv <pascalv@despammed.com> wrote:

>Then I attempted to compile mutella with these commands:
>$ tar xvzf mutella-0.4.5.tar.gz
>$ cd mutella-0.4.5
>$ ./configure --prefix=$HOME --exec-prefix=$HOME
>--with-zlib=$HOME/lib/zlib.a

Try --with-zlib=$HOME?

>The ./configure fails with this error:
>checking for compress in -lz... no
>configure: error: You must have zlib installed!

>Does somebody have a clue?

Sucky OS where zlib isn't installed by default...

Kind regards,

Hannah.

Report this thread to moderator Post Follow-up to this message
Old Post
Hannah Schroeter
09-18-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Compression archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:14 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.