-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 10 Sep 2003, Andy Kannberg wrote:

> here I am, again...
>
> I run into the next problem during the make. It runs for quite some time, when 
> suddenly these messages appear:
>
> ld: fatal: library -lrt: not found
> ld: fatal: library -ldl: not found
> ld: fatal: library -lpthread: not found
> ld: fatal: library -lthread: not found
> ld: fatal: library -lz: not found
> ld: fatal: library -lposix4: not found
> ld: fatal: library -lpthread: not found
> ld: fatal: library -lthread: not found
> ld: fatal: File processing errors. No output written to mysqld
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `mysqld'
> Current working directory /usr/local/src/mysql-4.0.14/sql
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /usr/local/src/mysql-4.0.14/sql
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> Current working directory /usr/local/src/mysql-4.0.14/sql
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /usr/local/src/mysql-4.0.14
> *** Error code 1
> make: Fatal error: Command failed for target `all'
>
> Again, checked the docs, but nothing was in it pointing to these kind of
> errors.  Any hints our tips would be really appreciated.

The above looks like a whole slew of development libraries (e.g. pthreads,
zlib) are missing. They are either not installed at all or are placed in a
location that the compiler does not look into by default. Make sure they
are installed and that the compiler/linker finds them.

Bye,
        LenZ
- -- 
 Lenz Grimmer <[EMAIL PROTECTED]>
 Senior Production Engineer
 MySQL GmbH, http://www.mysql.de/
 Hamburg, Germany

 For technical support contracts, visit https://order.mysql.com/?ref=mlgr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/YXpkSVDhKrJykfIRAkYqAJ0WH3loI9cFT9n8WPLu+BoFvDmi5wCaA+bd
DRiG198rFBOKWW0qYIgTcVg=
=1eeV
-----END PGP SIGNATURE-----

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to