Skip to Content.
Sympa Menu

freetds - Re: TDSFREE on HPUX--- " There is not enough memor - y available now"

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Castellano, Nicholas" <Nicholas_Castellano AT acml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: TDSFREE on HPUX--- " There is not enough memor - y available now"
  • Date: Mon, 14 Oct 2002 23:17:21 -0400


There isn't a configure switch to add extra libraries. It needs to be done
in configure.in. I just committed a fix to CVS. If you need to run the
release, just add a line like this to your configure.in after the other
AC_CHECK_LIB entries:

AC_CHECK_LIB(d4r, gethostbyname_r, NETWORK_LIBS="$NETWORK_LIBS -ld4r")

Some major bugs were fixed after 0.60 that probably account for your
coredump problems with the unittests. Please update from CVS :-)

Cheers,
--nick

-----Original Message-----
From: bounce-freetds-145195 AT franklin.oit.unc.edu
[mailto:bounce-freetds-145195 AT franklin.oit.unc.edu]
Sent: Monday, October 14, 2002 9:31 PM
To: TDS Development Group
Subject: [freetds] Re: TDSFREE on HPUX--- " There is not enough memor- y
available now"


Venkat,
I was able to build it on HPUX 11.00 (providing I didn't enable
threadsafe, have same problem with gethostbyname_r, it seems that all the
get*_r() functions have been moved from libc to libd4r).

Anyone, how do I add one more library to the link line, ie -ld4r, without
mucking about too much, I checked ./configure --help, but didn't see an
option for adding extra libs.

Back to building it on HPUX, it builds ok, but the dblib unittests
all (nearly all) core dump (this is the 0.60 version), the only version I
have had success with (on HPUX) is 0.51 with tds version 4.2 (couldn't get
7.0 to work).

I'd like to get tds version 7.0 working on HPUX, the previous
version (of freetds) I tried was 0.53 which core dumped on the very first
test, this version (0.60) is better as it runs through the tds and ctlib
unittests ok, but not so good after that.


Mark.

---
You are currently subscribed to freetds as: [Nicholas_Castellano AT acml.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page