>>>>> "Mark" == Mark Chesterfield <mark@stripped> writes:
Mark> Hi,
>> -----Original Message-----
>> From: Michael Widenius [mailto:monty@stripped]
>> Sent: Saturday, September 25, 1999 4:55 PM
>> >>>>> "Mark" == Mark Chesterfield <mark@stripped>
> writes:
>>
>> >> Description:
Mark> I'm trying to install mysql-3.22.26a for the first time and
Mark> have hit one or more problems. I run safe_mysqld
>> and the daemons
Mark> seem to start ok, but programs such as mysqladmin
>> fail very early
Mark> in the system routine getservbyname.
>>
>> Anyway, you can safely remove the getservbyname() code for AIX if you
>> want. Just add the following to include/global.h
>>
>> #define getservbyname(A,B) 0
>>
>> and recompile
Mark> Tried this and got a header file problem with /usr/include/netdb.h that
Mark> killed the build.
Ok. The other option is to add the above define to after the last
include in client/libmysql.c and sql/mysqld.cc; This will fix the
header file problem until I can come up with something better.
Regards,
Monty