[freetds] freetds installation failed on Solaris 9
ZIGLIO, Frediano, VF-IT
Frediano.Ziglio at vodafone.com
Wed Feb 2 02:46:27 EST 2005
>
> Thanks a lot, freddy77.
>
> After I added /usr/ccs/bin to the environment variable PATH,
> the error is
> gone. ar is in /usr/ccs/bin.
> But I got the following new errors for 0.62.4 when I tried to make:
>
> mkdir doc/freetds-0.62.4/userguide
> touch doc/freetds-0.62.4/userguide/t.htm
> rm -f doc/freetds-0.62.4/userguide/*
> make dblib.api.sgml
> grep '^dblib' ./api_status.txt > .dblib.api
> test -s .dblib.api
> mv .dblib.api dblib.api
> echo '<table id="dblib.api"><title>db-lib API Implementation
> Summary</title>' > .dblib.api.head
> echo '<tgroup cols=5><thead><row> \
> <entry>Category</> \
> <entry>Microsoft name</> \
> <entry>Sybase name</> \
> <entry>Status</> \
> <entry>Comments</> \
> </row></thead> \
> <tbody>' \
> > .tableheader
> sed -e' s!^dblib[ ]!<row><entry>!; \
> s![ ][ ]*!</> <entry>!g; \
> s!$!</></row>!; \
> ' dblib.api \
> > .dblib.api.body
> sed: command garbled: s!^dblib[ ]!<row><entry>!; \
> s![ ][ ]*!</> <entry>!g; \
> s!$!</></row>!; \
>
> *** Error code 2
> make: Fatal error: Command failed for target `dblib.api.sgml'
> Current working directory /data1/freetds-0.62.4/doc
> *** Error code 1
> make: Fatal error: Command failed for target
> `doc/freetds-0.62.4/userguide/index.htm'
> Current working directory /data1/freetds-0.62.4/doc
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
>
> Any more ideas?
>
> Jun
>
I can confirm what "Magician7 usa" said. You used make clean and it
clean too much. Fixed in 0.63 however in 0.62 you have to unpack again
tar.gz
freddy77
More information about the FreeTDS
mailing list