[freetds] Problem trying to install freeTDS 0.64 on aix 5.3.0 .0
Darren Stokes
Darren.Stokes at onestop.co.uk
Wed Jan 24 03:47:49 EST 2007
Many thanks to Freddy and James for their swift response.
I managed to find the tcp.h file, but when I then ran the configure, I got
the following error:
configure: WARNING: netinet/tcp.h: present but cannot be compiled
configure: WARNING: netinet/tcp.h: check for missing prerequisite
headers?
configure: WARNING: netinet/tcp.h: see the Autoconf documentation
configure: WARNING: netinet/tcp.h: section "Present But Cannot Be
Compiled"
configure: WARNING: netinet/tcp.h: proceeding with the preprocessor's result
configure: WARNING: netinet/tcp.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
After searching around, I managed to fix this error by inserting the
following line in the tcp.h file:
#include <netinet/ip.h>
This now compiles, finds and uses the tcp.h file.
However, I am now getting another error when I run the make command:
ld: 0711-317 ERROR: Undefined symbol: .tdsdump_open
I'm also seeing a lot of warnings containing 'visibility attribute not
supported in this configuration'.
I've attached the latest configuration and make outputs.
Thanks again
Darren
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Configure.txt
Url: http://lists.ibiblio.org/pipermail/freetds/attachments/20070124/d39f8328/attachment.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Make.txt
Url: http://lists.ibiblio.org/pipermail/freetds/attachments/20070124/d39f8328/attachment-0001.txt
More information about the FreeTDS
mailing list