Hello...


On Wed, Oct 15, 2003 at 11:52:13PM -0500, [EMAIL PROTECTED] wrote:
> OK, I checked through all *.h files on the entire server and only find
> mkstemp referenced here:
> /usr/local/lib/perl5/5.00503/sun4-solaris/CORE/iperlsys.h:#define 
> PerlLIO_mkstemp(file)         mkstemp((file))
> 
> So I think there must be some problem with ./configure in finding a mkstemp
> when there isn't one.  Anyway, I tried commenting out the #define in
> htconfig.h and that seems to have got me past the problem!  (Security for
> my temp files are the least of my concerns).  So THANK YOU.
> 

I think you are missing the development tools and headers from Solaris.
In Solaris 2.6/7/8/9 these packages are called

system      SUNWhea        SunOS Header Files
system      SUNWtoo        Programming Tools
system      SUNWbtool      CCS tools bundled with SunOS

I made the experience using the GNU binutils that they strip down too much
a binary so afterwards it is still an ELF binary, but without the relevant
symbols for the function calls.

Therefore you have to do:

- Install the above mentioned PKG
- extend your path by adding /usr/ccs/bin
- disable binutils

Yours,

Martin

-- 

--------------------------------------------------------
 arago AG, Institut fuer komplexes Datenmanagement
 Am Niddatal 3, 60488 Frankfurt/Main, [EMAIL PROTECTED]
 Tel. 069/405680, Fax 069/40568111, http://www.arago.de
--------------------------------------------------------

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to