List Info

Thread: CentOS 3.7 install




CentOS 3.7 install
user name
2006-08-11 13:15:53
Please remove the 64 bit libraries see the error: 
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0xf4)
: In function
`my_compress_alloc': undefined reference to `compress'

Let me know if this fixed your problem,
Mugur

--- nkerkvliethotmail.com wrote:
> Hey Mugur,
> 
> I took another look and Mysql is located at
/usr/lib/mysql/ 
> 
> And in that dir these packages are installed:
> 
> libmysqlclient_r.so     libmysqlclient_r.so.15.0.0 
libmysqlclient.so.15
> libmysqlclient_r.so.15  libmysqlclient.so          
libmysqlclient.so.15.0.0
> 
> and located as well in /usr/lib64/mysql/
> 
> There these packages are installed:
> 
> ibdbug.a       libmysqlclient.a     libmysys.a      
libz.la
> libheap.a       libmysqlclient.la    libndbclient.a  
mysqld.sym
> libmygcc.a      libmysqlclient_r.a   libndbclient.la
> libmyisam.a     libmysqlclient_r.la  libvio.a
> libmyisammrg.a  libmystrings.a       libz.a
> 
> The installing error:
> 
> Testing install configuration...OK
> Please wait while checking modules configuration...
> Checking DATABASE module dependencies...OK
> Checking PARSER module
>
dependencies.../usr/lib64/mysql/libmysqlclient.a(my_compress
.o)(.text+0xf4):
> In function `my_compress_alloc':
> : undefined reference to `compress'
>
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In function
> `my_uncompress':
> : undefined reference to `uncompress'
> collect2: ld returned 1 exit status
> Could not find mysqlclient library. Please install
mysql-devel package.
> Could not find mysqlclient library. Please install
mysql-devel package.
> There is a dependency problem. Please read the previous
message and
> install the required program/package.
> 
> I hope this gives you some more info in this error. I
hope to get this solved
> soon! Thanks in advance.
> 
> Greets,
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
CentOS 3.7 install
user name
2006-08-11 13:25:42
Hey Mugur,

I removed th libmysqlclient.a from lib64. This gives me this
error.

Testing install configuration...OK
Please wait while checking modules configuration...
Checking DATABASE module dependencies...OK
Checking PARSER module dependencies...file libmysqlclient.a
not found in 
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
file libmysqlclient.a not found in 
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
file libmysqlclient.a not found in 
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
There is a dependency problem. Please read the previous
message and
install the required program/package.

So I guess I need to install libmysqlclient.a in the
/usr/lib/mysql 
directory??

Greets,



>From: Mugur Rus <mugur1973yahoo.com>
>Reply-To: campsite-supportcampware.org
>To: campsite-supportcampware.org
>Subject: Re: Re: Re: Re: [campsite-support] CentOS 3.7
install
>Date: Fri, 11 Aug 2006 06:15:53 -0700 (PDT)
>
>Please remove the 64 bit libraries see the error:
>/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0
xf4): In function
>`my_compress_alloc': undefined reference to `compress'
>
>Let me know if this fixed your problem,
>Mugur
>
>--- nkerkvliethotmail.com wrote:
> > Hey Mugur,
> >
> > I took another look and Mysql is located at
/usr/lib/mysql/
> >
> > And in that dir these packages are installed:
> >
> > libmysqlclient_r.so     libmysqlclient_r.so.15.0.0
 libmysqlclient.so.15
> > libmysqlclient_r.so.15  libmysqlclient.so         
 
>libmysqlclient.so.15.0.0
> >
> > and located as well in /usr/lib64/mysql/
> >
> > There these packages are installed:
> >
> > ibdbug.a       libmysqlclient.a     libmysys.a    
  libz.la
> > libheap.a       libmysqlclient.la   
libndbclient.a   mysqld.sym
> > libmygcc.a      libmysqlclient_r.a  
libndbclient.la
> > libmyisam.a     libmysqlclient_r.la  libvio.a
> > libmyisammrg.a  libmystrings.a       libz.a
> >
> > The installing error:
> >
> > Testing install configuration...OK
> > Please wait while checking modules
configuration...
> > Checking DATABASE module dependencies...OK
> > Checking PARSER module
> > 
>dependencies.../usr/lib64/mysql/libmysqlclient.a(my_comp
ress.o)(.text+0xf4):
> > In function `my_compress_alloc':
> > : undefined reference to `compress'
> >
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In 
>function
> > `my_uncompress':
> > : undefined reference to `uncompress'
> > collect2: ld returned 1 exit status
> > Could not find mysqlclient library. Please install
mysql-devel package.
> > Could not find mysqlclient library. Please install
mysql-devel package.
> > There is a dependency problem. Please read the
previous message and
> > install the required program/package.
> >
> > I hope this gives you some more info in this
error. I hope to get this 
>solved
> > soon! Thanks in advance.
> >
> > Greets,
> >
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection
around
>http://mail.yahoo.com


CentOS 3.7 install
user name
2006-08-11 13:33:31
would not be easier to patch campsite install scriupt by
adding the
directory where the libmysqlclient is located?
Ondra

On Fri, 2006-08-11 at 13:25 +0000, Nordin Kerkvliet wrote:
> Hey Mugur,
> 
> I removed th libmysqlclient.a from lib64. This gives me
this error.
> 
> Testing install configuration...OK
> Please wait while checking modules configuration...
> Checking DATABASE module dependencies...OK
> Checking PARSER module dependencies...file
libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> file libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> file libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> There is a dependency problem. Please read the previous
message and
> install the required program/package.
> 
> So I guess I need to install libmysqlclient.a in the
/usr/lib/mysql 
> directory??
> 
> Greets,
> 
> 
> 
> >From: Mugur Rus <mugur1973yahoo.com>
> >Reply-To: campsite-supportcampware.org
> >To: campsite-supportcampware.org
> >Subject: Re: Re: Re: Re: [campsite-support] CentOS
3.7 install
> >Date: Fri, 11 Aug 2006 06:15:53 -0700 (PDT)
> >
> >Please remove the 64 bit libraries see the error:
>
>/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0
xf4): In function
> >`my_compress_alloc': undefined reference to
`compress'
> >
> >Let me know if this fixed your problem,
> >Mugur
> >
> >--- nkerkvliethotmail.com wrote:
> > > Hey Mugur,
> > >
> > > I took another look and Mysql is located at
/usr/lib/mysql/
> > >
> > > And in that dir these packages are installed:
> > >
> > > libmysqlclient_r.so    
libmysqlclient_r.so.15.0.0  libmysqlclient.so.15
> > > libmysqlclient_r.so.15  libmysqlclient.so    
      
> >libmysqlclient.so.15.0.0
> > >
> > > and located as well in /usr/lib64/mysql/
> > >
> > > There these packages are installed:
> > >
> > > ibdbug.a       libmysqlclient.a    
libmysys.a       libz.la
> > > libheap.a       libmysqlclient.la   
libndbclient.a   mysqld.sym
> > > libmygcc.a      libmysqlclient_r.a  
libndbclient.la
> > > libmyisam.a     libmysqlclient_r.la  libvio.a
> > > libmyisammrg.a  libmystrings.a       libz.a
> > >
> > > The installing error:
> > >
> > > Testing install configuration...OK
> > > Please wait while checking modules
configuration...
> > > Checking DATABASE module dependencies...OK
> > > Checking PARSER module
> > > 
>
>dependencies.../usr/lib64/mysql/libmysqlclient.a(my_comp
ress.o)(.text+0xf4):
> > > In function `my_compress_alloc':
> > > : undefined reference to `compress'
> > >
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In 
> >function
> > > `my_uncompress':
> > > : undefined reference to `uncompress'
> > > collect2: ld returned 1 exit status
> > > Could not find mysqlclient library. Please
install mysql-devel package.
> > > Could not find mysqlclient library. Please
install mysql-devel package.
> > > There is a dependency problem. Please read
the previous message and
> > > install the required program/package.
> > >
> > > I hope this gives you some more info in this
error. I hope to get this 
> >solved
> > > soon! Thanks in advance.
> > >
> > > Greets,
> > >
> >
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Tired of spam?  Yahoo! Mail has the best spam
protection around
> >http://mail.yahoo.com
> 
> 

CentOS 3.7 install
user name
2006-08-11 14:06:00
Hmm...I guess this message wasn't meant for me??

Greets,


>From: Ondra Koutek <koutekotol.org>
>Reply-To: campsite-supportcampware.org
>To: campsite-supportcampware.org
>Subject: Re: Re: Re: Re: [campsite-support] CentOS 3.7
install
>Date: Fri, 11 Aug 2006 15:33:31 +0200
>
>would not be easier to patch campsite install scriupt by
adding the
>directory where the libmysqlclient is located?
>Ondra
>
>On Fri, 2006-08-11 at 13:25 +0000, Nordin Kerkvliet
wrote:
> > Hey Mugur,
> >
> > I removed th libmysqlclient.a from lib64. This
gives me this error.
> >
> > Testing install configuration...OK
> > Please wait while checking modules
configuration...
> > Checking DATABASE module dependencies...OK
> > Checking PARSER module dependencies...file
libmysqlclient.a not found in
> > 
>/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:
/usr/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > file libmysqlclient.a not found in
> > 
>/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:
/usr/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > file libmysqlclient.a not found in
> > 
>/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:
/usr/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > There is a dependency problem. Please read the
previous message and
> > install the required program/package.
> >
> > So I guess I need to install libmysqlclient.a in
the /usr/lib/mysql
> > directory??
> >
> > Greets,
> >
> >
> >
> > >From: Mugur Rus <mugur1973yahoo.com>
> > >Reply-To: campsite-supportcampware.org
> > >To: campsite-supportcampware.org
> > >Subject: Re: Re: Re: Re: [campsite-support]
CentOS 3.7 install
> > >Date: Fri, 11 Aug 2006 06:15:53 -0700 (PDT)
> > >
> > >Please remove the 64 bit libraries see the
error:
> >
>/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0
xf4): In 
>function
> > >`my_compress_alloc': undefined reference to
`compress'
> > >
> > >Let me know if this fixed your problem,
> > >Mugur
> > >
> > >--- nkerkvliethotmail.com wrote:
> > > > Hey Mugur,
> > > >
> > > > I took another look and Mysql is located
at /usr/lib/mysql/
> > > >
> > > > And in that dir these packages are
installed:
> > > >
> > > > libmysqlclient_r.so    
libmysqlclient_r.so.15.0.0  
>libmysqlclient.so.15
> > > > libmysqlclient_r.so.15 
libmysqlclient.so
> > >libmysqlclient.so.15.0.0
> > > >
> > > > and located as well in /usr/lib64/mysql/
> > > >
> > > > There these packages are installed:
> > > >
> > > > ibdbug.a       libmysqlclient.a    
libmysys.a       libz.la
> > > > libheap.a       libmysqlclient.la   
libndbclient.a   mysqld.sym
> > > > libmygcc.a      libmysqlclient_r.a  
libndbclient.la
> > > > libmyisam.a     libmysqlclient_r.la 
libvio.a
> > > > libmyisammrg.a  libmystrings.a      
libz.a
> > > >
> > > > The installing error:
> > > >
> > > > Testing install configuration...OK
> > > > Please wait while checking modules
configuration...
> > > > Checking DATABASE module
dependencies...OK
> > > > Checking PARSER module
> > > >
> > 
>
>dependencies.../usr/lib64/mysql/libmysqlclient.a(my_comp
ress.o)(.text+0xf4):
> > > > In function `my_compress_alloc':
> > > > : undefined reference to `compress'
> > > >
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In
> > >function
> > > > `my_uncompress':
> > > > : undefined reference to `uncompress'
> > > > collect2: ld returned 1 exit status
> > > > Could not find mysqlclient library.
Please install mysql-devel 
>package.
> > > > Could not find mysqlclient library.
Please install mysql-devel 
>package.
> > > > There is a dependency problem. Please
read the previous message and
> > > > install the required program/package.
> > > >
> > > > I hope this gives you some more info in
this error. I hope to get 
>this
> > >solved
> > > > soon! Thanks in advance.
> > > >
> > > > Greets,
> > > >
> > >
> > >
> >
>__________________________________________________
> > >Do You Yahoo!?
> > >Tired of spam?  Yahoo! Mail has the best spam
protection around
> > >http://mail.yahoo.com
> >
> >
>


CentOS 3.7 install
user name
2006-08-11 14:24:34
Please install the dev package for the 32 bit libraries, it
is missing.

Mugur

--- Nordin Kerkvliet <nkerkvliethotmail.com> wrote:
> Hey Mugur,
> 
> I removed th libmysqlclient.a from lib64. This gives me
this error.
> 
> Testing install configuration...OK
> Please wait while checking modules configuration...
> Checking DATABASE module dependencies...OK
> Checking PARSER module dependencies...file
libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> file libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> file libmysqlclient.a not found in 
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> There is a dependency problem. Please read the previous
message and
> install the required program/package.
> 
> So I guess I need to install libmysqlclient.a in the
/usr/lib/mysql 
> directory??
> 
> Greets,
> 
> 
> 
> >From: Mugur Rus <mugur1973yahoo.com>
> >Reply-To: campsite-supportcampware.org
> >To: campsite-supportcampware.org
> >Subject: Re: Re: Re: Re: [campsite-support] CentOS
3.7 install
> >Date: Fri, 11 Aug 2006 06:15:53 -0700 (PDT)
> >
> >Please remove the 64 bit libraries see the error:
>
>/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0
xf4): In function
> >`my_compress_alloc': undefined reference to
`compress'
> >
> >Let me know if this fixed your problem,
> >Mugur
> >
> >--- nkerkvliethotmail.com wrote:
> > > Hey Mugur,
> > >
> > > I took another look and Mysql is located at
/usr/lib/mysql/
> > >
> > > And in that dir these packages are installed:
> > >
> > > libmysqlclient_r.so    
libmysqlclient_r.so.15.0.0  libmysqlclient.so.15
> > > libmysqlclient_r.so.15  libmysqlclient.so    
      
> >libmysqlclient.so.15.0.0
> > >
> > > and located as well in /usr/lib64/mysql/
> > >
> > > There these packages are installed:
> > >
> > > ibdbug.a       libmysqlclient.a    
libmysys.a       libz.la
> > > libheap.a       libmysqlclient.la   
libndbclient.a   mysqld.sym
> > > libmygcc.a      libmysqlclient_r.a  
libndbclient.la
> > > libmyisam.a     libmysqlclient_r.la  libvio.a
> > > libmyisammrg.a  libmystrings.a       libz.a
> > >
> > > The installing error:
> > >
> > > Testing install configuration...OK
> > > Please wait while checking modules
configuration...
> > > Checking DATABASE module dependencies...OK
> > > Checking PARSER module
> > > 
>
>dependencies.../usr/lib64/mysql/libmysqlclient.a(my_comp
ress.o)(.text+0xf4):
> > > In function `my_compress_alloc':
> > > : undefined reference to `compress'
> > >
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In 
> >function
> > > `my_uncompress':
> > > : undefined reference to `uncompress'
> > > collect2: ld returned 1 exit status
> > > Could not find mysqlclient library. Please
install mysql-devel package.
> > > Could not find mysqlclient library. Please
install mysql-devel package.
> > > There is a dependency problem. Please read
the previous message and
> > > install the required program/package.
> > >
> > > I hope this gives you some more info in this
error. I hope to get this 
> >solved
> > > soon! Thanks in advance.
> > >
> > > Greets,
> > >
> >
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Tired of spam?  Yahoo! Mail has the best spam
protection around
> >http://mail.yahoo.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
CentOS 3.7 install
user name
2006-08-11 14:27:46
It's not a problem of finding the library, Campsite already
found the 64 bit
library but it may have an old API and it does not compile.

Mugur

--- Ondra Koutek <koutekotol.org> wrote:
> would not be easier to patch campsite install scriupt
by adding the
> directory where the libmysqlclient is located?
> Ondra
> 
> On Fri, 2006-08-11 at 13:25 +0000, Nordin Kerkvliet
wrote:
> > Hey Mugur,
> > 
> > I removed th libmysqlclient.a from lib64. This
gives me this error.
> > 
> > Testing install configuration...OK
> > Please wait while checking modules
configuration...
> > Checking DATABASE module dependencies...OK
> > Checking PARSER module dependencies...file
libmysqlclient.a not found in 
> >
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > file libmysqlclient.a not found in 
> >
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > file libmysqlclient.a not found in 
> >
>
/usr/lib:/usr/lib/mysql:/usr/local/mysql:/usr/local/lib:/usr
/local/lib/mysql:/usr/local/mysql/lib:/usr/lib64/mysql
> > There is a dependency problem. Please read the
previous message and
> > install the required program/package.
> > 
> > So I guess I need to install libmysqlclient.a in
the /usr/lib/mysql 
> > directory??
> > 
> > Greets,
> > 
> > 
> > 
> > >From: Mugur Rus <mugur1973yahoo.com>
> > >Reply-To: campsite-supportcampware.org
> > >To: campsite-supportcampware.org
> > >Subject: Re: Re: Re: Re: [campsite-support]
CentOS 3.7 install
> > >Date: Fri, 11 Aug 2006 06:15:53 -0700 (PDT)
> > >
> > >Please remove the 64 bit libraries see the
error:
> >
>/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0
xf4): In function
> > >`my_compress_alloc': undefined reference to
`compress'
> > >
> > >Let me know if this fixed your problem,
> > >Mugur
> > >
> > >--- nkerkvliethotmail.com wrote:
> > > > Hey Mugur,
> > > >
> > > > I took another look and Mysql is located
at /usr/lib/mysql/
> > > >
> > > > And in that dir these packages are
installed:
> > > >
> > > > libmysqlclient_r.so    
libmysqlclient_r.so.15.0.0 
> libmysqlclient.so.15
> > > > libmysqlclient_r.so.15 
libmysqlclient.so           
> > >libmysqlclient.so.15.0.0
> > > >
> > > > and located as well in /usr/lib64/mysql/
> > > >
> > > > There these packages are installed:
> > > >
> > > > ibdbug.a       libmysqlclient.a    
libmysys.a       libz.la
> > > > libheap.a       libmysqlclient.la   
libndbclient.a   mysqld.sym
> > > > libmygcc.a      libmysqlclient_r.a  
libndbclient.la
> > > > libmyisam.a     libmysqlclient_r.la 
libvio.a
> > > > libmyisammrg.a  libmystrings.a      
libz.a
> > > >
> > > > The installing error:
> > > >
> > > > Testing install configuration...OK
> > > > Please wait while checking modules
configuration...
> > > > Checking DATABASE module
dependencies...OK
> > > > Checking PARSER module
> > > > 
> >
>
>dependencies.../usr/lib64/mysql/libmysqlclient.a(my_comp
ress.o)(.text+0xf4):
> > > > In function `my_compress_alloc':
> > > > : undefined reference to `compress'
> > > >
/usr/lib64/mysql/libmysqlclient.a(my_compress.o)(.text+0x1b9
): In 
> > >function
> > > > `my_uncompress':
> > > > : undefined reference to `uncompress'
> > > > collect2: ld returned 1 exit status
> > > > Could not find mysqlclient library.
Please install mysql-devel package.
> > > > Could not find mysqlclient library.
Please install mysql-devel package.
> > > > There is a dependency problem. Please
read the previous message and
> > > > install the required program/package.
> > > >
> > > > I hope this gives you some more info in
this error. I hope to get this 
> > >solved
> > > > soon! Thanks in advance.
> > > >
> > > > Greets,
> > > >
> > >
> > >
> >
>__________________________________________________
> > >Do You Yahoo!?
> > >Tired of spam?  Yahoo! Mail has the best spam
protection around
> > >http://mail.yahoo.com
> > 
> > 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )