Re: Re: Help with FreeBSD 4.2 Native Threads (was: Compile broken:

2001-05-16 Thread Vivek Khera

Your filter really makes having a discussion difficult.  I think I'll
just go away.


> "m" == mysql  <[EMAIL PROTECTED]> writes:

m> Your message cannot be posted because it appears to be either spam or
m> simply off topic to our filter. To bypass the filter you must include
m> one of the following words in your message:

m> database,sql,query

m> If you just reply to this message, and include the entire text of it in the
m> reply, your reply will go through. However, you should
m> first review the text of the message to make sure it has something to do
m> with MySQL. You have written the following:


> "DF" == David Favor <[EMAIL PROTECTED]> writes:

>>> make install" and be done with it.  The port is extremely nicely done.

DF> The problem is I do not have root access, so have no permission to do this.

m> You can tell the ports to install themselves wherever you like.  Just
m> copy the necessary "port" files, then make it in your own directory
m> with the base install derectory changed.


-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sander Pilon

Compiled with -D_REENTRANT -D_PTHREADS -fPIC -DPIC -Wall

Linked with -pthread

but its not mysql. For mysql I just did ./configure; make; make install

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: 16 May 2001 17:11
> To: Sander Pilon
> Cc: 'Sinisa Milivojevic'; [EMAIL PROTECTED]
> Subject: Re: Help with FreeBSD 4.2 Native Threads (was: 
> Compile broken: mysql-3.23.38/mit-pthreads)
> 
> 
> Sander Pilon wrote:
> > 
> > Freebsd does not have a libpthreads file.
> > 
> > Just compile with -pthread(s) and it'll work. Well, it does for me.
> 
> Thanks. I'll give it a try. Did you use -D_THREAD_SAFE also?
> 


-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor

Vivek Khera wrote:
> 
> > "DF" == David Favor <[EMAIL PROTECTED]> writes:
> 
> DF> The problem is the Web hosting service I use does not have this
> DF> package installed. In other words, there is no libpthreads.* in
> DF> any of the library directories.
> 
> But FreeBSD native threads do not need any libpthreads.* files.  Your
> best bet on FreeBSD is to "cd /usr/ports/database/mysql323-server;
> make install" and be done with it.  The port is extremely nicely done.

Hum... Now that I think about it, I can just do an install and specify
the target directory I desire. I will do that.

Thanks for the tip!

-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor

Vivek Khera wrote:
> 
> > "DF" == David Favor <[EMAIL PROTECTED]> writes:
> 
> DF> The problem is the Web hosting service I use does not have this
> DF> package installed. In other words, there is no libpthreads.* in
> DF> any of the library directories.
> 
> But FreeBSD native threads do not need any libpthreads.* files.  Your
> best bet on FreeBSD is to "cd /usr/ports/database/mysql323-server;
> make install" and be done with it.  The port is extremely nicely done.

The problem is I do not have root access, so have no permission to do this.

-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Vivek Khera

> "DF" == David Favor <[EMAIL PROTECTED]> writes:

DF> The problem is the Web hosting service I use does not have this
DF> package installed. In other words, there is no libpthreads.* in
DF> any of the library directories.

But FreeBSD native threads do not need any libpthreads.* files.  Your
best bet on FreeBSD is to "cd /usr/ports/database/mysql323-server;
make install" and be done with it.  The port is extremely nicely done.

-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sander Pilon

Freebsd does not have a libpthreads file. 

Just compile with -pthread(s) and it'll work. Well, it does for me.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: 16 May 2001 16:18
> To: Sinisa Milivojevic
> Cc: [EMAIL PROTECTED]
> Subject: Re: Help with FreeBSD 4.2 Native Threads (was: 
> Compile broken: mysql-3.23.38/mit-pthreads)
> 
> 
> The problem is the Web hosting service I use does not have 
> this package installed. In other words, there is no 
> libpthreads.* in any of the library directories.
> 
> ___
> 
> 
> Sinisa Milivojevic wrote:
> > 
> > David Favor writes:
> > > Sinisa Milivojevic wrote:
> > >
> > > The Web hosting service I am using does not have Native Threads 
> > > installed. When I requested they install the package, they seemed 
> > > clueless about how to do this.
> > >
> > > What is the exact command I need to tell them to issue to install 
> > > the Native Threads package?
> > >
> > > Also, if they refuse, is there a way I can get the package, 
> > > uncompress it and manually install -lpthreads and 
> pthreads.h in my 
> > > user directories?
> > >
> > > Thanks.
> > >
> > 
> > They come with a system. Just run configure without any options for 
> > threads and configure will find a library.
> > 
> > Regards,
> > 
> > Sinisa
> > 
> >     __ _   _  ___ ==  MySQL AB
> >  /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
> > /*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
> >/*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
> >   /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
> >   /*/^^^\*\^^^
> >  /*/ \*\Developers Team
> 
> -
> 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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread David Favor

The problem is the Web hosting service I use does not have this
package installed. In other words, there is no libpthreads.* in
any of the library directories.

___


Sinisa Milivojevic wrote:
> 
> David Favor writes:
> > Sinisa Milivojevic wrote:
> >
> > The Web hosting service I am using does not have Native Threads installed.
> > When I requested they install the package, they seemed clueless about how
> > to do this.
> >
> > What is the exact command I need to tell them to issue to install the
> > Native Threads package?
> >
> > Also, if they refuse, is there a way I can get the package, uncompress it
> > and manually install -lpthreads and pthreads.h in my user directories?
> >
> > Thanks.
> >
> 
> They come with a system. Just run configure without any options for
> threads and configure will find a library.
> 
> Regards,
> 
> Sinisa
> 
>     __ _   _  ___ ==  MySQL AB
>  /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
> /*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
>/*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
>   /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
>   /*/^^^\*\^^^
>  /*/ \*\Developers Team

-
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: Help with FreeBSD 4.2 Native Threads (was: Compile broken: mysql-3.23.38/mit-pthreads)

2001-05-16 Thread Sinisa Milivojevic

David Favor writes:
> Sinisa Milivojevic wrote:
> 
> The Web hosting service I am using does not have Native Threads installed.
> When I requested they install the package, they seemed clueless about how
> to do this.
> 
> What is the exact command I need to tell them to issue to install the
> Native Threads package?
> 
> Also, if they refuse, is there a way I can get the package, uncompress it
> and manually install -lpthreads and pthreads.h in my user directories?
> 
> Thanks.
> 

They come with a system. Just run configure without any options for
threads and configure will find a library.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
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