Re: Problem compiling on HPUX 10.20

2001-08-02 Thread Sinisa Milivojevic

Ing. Gustavo Edelstein writes:
> Hi Sinisa,
> I've downloaded the gnu make, installed it OK and tried to compile again
> MySQL. This is the new err msg:
> 
> make[1]: Entering directory `/usr/local/mysql-3.22.32/sql/share'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/local/mysql-3.22.32/sql/share'
> make[1]: Entering directory `/usr/local/mysql-3.22.32/sql'
> g++ -DMYSQL_SERVER  -DDEFAULT_MYSQL_HOME="\"/usr/local\"
> "
> -DDATADIR="\"/usr/local/var\""  -DSHAREDIR="
> \"/u
> sr/local/share/mysql\"" -DHAVE_CONFIG_H -I../mit-pth
> read
> s/include -I./../include-I./../regex
> -I. -I../include -I.. -I.-O3 -DDBUG_OFF   -fno-implicit-templates -DHAVE
> _BRO
> KEN_SNPRINTF -c mysqld.cc
> mysqld.cc: In function `void close_connections()':
> mysqld.cc:262: implicit declaration of function `int shutdown(...)'
> mysqld.cc: In function `void server_init()':
> mysqld.cc:581: implicit declaration of function `int setsockopt(...)'
> mysqld.cc: In function `void * handle_connections_sockets(void *)':
> mysqld.cc:1589: implicit declaration of function `int getsockname(...)'
> make[1]: *** [mysqld.o] Error 1
> make[1]: Leaving directory `/usr/local/mysql-3.22.32/sql'
> make: *** [all-recursive] Error 1
> 
> Thanks &best regards,
> 
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus Argentina S.A.

Are you using 2.95.2 ??

If not please do. Also apply DCE patch. If MIT threads are not
up-to-date get the latest version from MIT.

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Ing. Gustavo Edelstein

Hi Sinisa,
I've downloaded the gnu make, installed it OK and tried to compile again
MySQL. This is the new err msg:

make[1]: Entering directory `/usr/local/mysql-3.22.32/sql/share'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/mysql-3.22.32/sql/share'
make[1]: Entering directory `/usr/local/mysql-3.22.32/sql'
g++ -DMYSQL_SERVER  -DDEFAULT_MYSQL_HOME="\"/usr/local\"
"
-DDATADIR="\"/usr/local/var\""  -DSHAREDIR="
\"/u
sr/local/share/mysql\"" -DHAVE_CONFIG_H -I../mit-pth
read
s/include -I./../include-I./../regex
-I. -I../include -I.. -I.-O3 -DDBUG_OFF   -fno-implicit-templates -DHAVE
_BRO
KEN_SNPRINTF -c mysqld.cc
mysqld.cc: In function `void close_connections()':
mysqld.cc:262: implicit declaration of function `int shutdown(...)'
mysqld.cc: In function `void server_init()':
mysqld.cc:581: implicit declaration of function `int setsockopt(...)'
mysqld.cc: In function `void * handle_connections_sockets(void *)':
mysqld.cc:1589: implicit declaration of function `int getsockname(...)'
make[1]: *** [mysqld.o] Error 1
make[1]: Leaving directory `/usr/local/mysql-3.22.32/sql'
make: *** [all-recursive] Error 1

Thanks &best regards,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
__
Quiere viajar ? www.NosVamos.com
__
Visit us On Line at www.equiplus.com
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting: [EMAIL PROTECTED]
Technical: [EMAIL PROTECTED]
Web related: [EMAIL PROTECTED]
General: [EMAIL PROTECTED]

- Original Message -
From: Sinisa Milivojevic <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 7:15 AM
Subject: Re: Problem compiling on HPUX 10.20


> Ing. Gustavo Edelstein writes:
> > Hi list members,
> >
> > After
> > ./configure --prefix=/usr/local/mysql
> >
> > I do a make and when change dir to mit-pthreads, I got following err
msg:
> >
> > Making all in mit-pthreads
> > Make: Must be a separator on rules line 26.  Stop.
> >
> > Thanks for any help.
> >
> > Ing. Gustavo A. Edelstein
> > Tech. Mgr.
> > Equiplus Argentina S.A.
> > __
> > Quiere viajar ? www.NosVamos.com
> > __
> > Visit us On Line at www.equiplus.com
> > Email addresses:
> > Operations: [EMAIL PROTECTED]
> > Consulting: [EMAIL PROTECTED]
> > Technical: [EMAIL PROTECTED]
> > Web related: [EMAIL PROTECTED]
> > General: [EMAIL PROTECTED]
> >
>
>
> Hi!
>
> Please use GNU make.
>
> Even better, use 10.20  binaries available on our site.
>
> Also, follow our manual versus required patches for 10.20
>
> --
> Regards,
>__  ___ ___   __
>   /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
> /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
><___/   www.mysql.com
>
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Sinisa Milivojevic

Jose Vilmar Estacio de Souza writes:
> Hi,
> Sorry by my dumb  question. 
> Could you tell me where I could  find  this manual? Also in what section of the 
>manual  could I find the info about the patches for hp-ux 10.20? 
> Many thanks  in advance!

Our manual comes with  both binary and source distros. 

In source distro it is in Docs subdir.

It has a whole section on 10.20, where you will find info on patches.

If you still have problems, consider taking our support
(https://order.mysql.com). 

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Jose Vilmar Estacio de Souza

Hi,
Sorry by my dumb  question. 
Could you tell me where I could  find  this manual? Also in what section of the manual 
 could I find the info about the patches for hp-ux 10.20? 
Many thanks  in advance!
- Original Message - 
From: "Sinisa Milivojevic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 7:15 AM
Subject: Re: Problem compiling on HPUX 10.20


> Also, follow our manual versus required patches for 10.20
> 
> -- 
> Regards,
>__  ___ ___   __
>   /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
> /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
><___/   www.mysql.com
> 
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Sinisa Milivojevic

Ing. Gustavo Edelstein writes:
> Hi list members,
> 
> After
> ./configure --prefix=/usr/local/mysql
> 
> I do a make and when change dir to mit-pthreads, I got following err msg:
> 
> Making all in mit-pthreads
> Make: Must be a separator on rules line 26.  Stop.
> 
> Thanks for any help.
> 
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus Argentina S.A.
> __
> Quiere viajar ? www.NosVamos.com
> __
> Visit us On Line at www.equiplus.com 
> Email addresses:
> Operations: [EMAIL PROTECTED]
> Consulting: [EMAIL PROTECTED]
> Technical: [EMAIL PROTECTED]
> Web related: [EMAIL PROTECTED]
> General: [EMAIL PROTECTED]
> 


Hi!

Please use GNU make.

Even better, use 10.20  binaries available on our site.

Also, follow our manual versus required patches for 10.20

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Problem compiling on HPUX 10.20

2001-07-31 Thread Ing. Gustavo Edelstein



Hi list members,

After
./configure --prefix=/usr/local/mysql

I do a make and when change dir to mit-pthreads, I got following err msg:

Making all in mit-pthreads
Make: Must be a separator on rules line 26.  Stop.

Thanks for any help.

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
__
Quiere viajar ? www.NosVamos.com
__
Visit us On Line at www.equiplus.com 
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting: [EMAIL PROTECTED]
Technical: [EMAIL PROTECTED]
Web related: [EMAIL PROTECTED]
General: [EMAIL PROTECTED]




Problem compiling on HPUX 10.20

2001-07-31 Thread Ing. Gustavo Edelstein

Hi list members,

After
./configure --prefix=/usr/local/mysql

I do a make and when change dir to mit-pthreads, I got following err msg:

Making all in mit-pthreads
Make: Must be a separator on rules line 26.  Stop.

Thanks for any help.

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
__
Quiere viajar ? www.NosVamos.com
__
Visit us On Line at www.equiplus.com 
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting: [EMAIL PROTECTED]
Technical: [EMAIL PROTECTED]
Web related: [EMAIL PROTECTED]
General: [EMAIL PROTECTED]