From: Bob D. <bd...@si...> - 2004-10-11 16:01:15
|
Carol, What distro are you running? - bob On Mon, 2004-10-11 at 10:10 -0600, Carol Fouse wrote: > Bob - > > Thanks for your help with my rlib questions. When I ran the configure > last Friday, it said that I did not have the correct version of libxml. > So, I downloaded that and installed it, and ran ldconfig as it said to > update the list of installed shared libs. This morning, I ran configure > again for rlib and received the same error, and it also says "consider > adjusting the PKG_CONFIG_PATH environment variable if your libraries are > in a nonstandard prfix so pkg-config can find them." The libxml is > installed under root/libxml..., just like rlib is. Where is it supposed > to be? I don't even have a PKG_CONFIG_PATH environment variable. What > is it supposed to look like? I will need both rlib and xml to be > available to php code that is invoked though a web server interface. > > Thanks, > Carol > |
From: Bob D. <bd...@si...> - 2004-10-11 16:15:35
|
distro = Distribution like: Red Hat, suse, debian, sun - bob On Mon, 2004-10-11 at 10:31 -0600, Carol Fouse wrote: > What's a distro? > |
From: Bob D. <bd...@si...> - 2004-10-11 19:26:18
|
When you install libxml2 you need to ./configure --prefix=/usr; make; (as root) make install - bob On Mon, 2004-10-11 at 11:09 -0600, Carol Fouse wrote: > We are using red Hat linux, so the original libxml was loaded with the > linux installation. I downloaded the new release from xmlsoft.org. Is > this the info you need? BTW - I am not a system admin person, although > to develop the database application that I am doing, I have this > responsibility. So I apologize if I don't know stuff I should. > > Thanks. > |
From: Bob D. <bd...@si...> - 2004-10-12 21:09:39
|
./configure --prefix=/usr --disable-utf8 --disable-python (unless you are trying to use phython) - bob On Tue, 2004-10-12 at 15:21 -0600, Carol Fouse wrote: > I think I have it all. But when I do the make for rlib, I get a bunch > of python errors. I have attached a file with the results. Are these > OK? > > > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Monday, October 11, 2004 6:02 PM > To: Carol Fouse > Subject: Re: FW: [Rlib-users] rlib manual > > > You will need some "devel" packages > > Like: php-devel > > Depending on what database you are going to use you might need: > > mysql-devel > > or postgresql-devel > > - bob > > On Mon, 2004-10-11 at 16:54 -0600, Carol Fouse wrote: > > I also notice in looking back a bit through the configure output the > > following: > > Checking for php-config... No > > *** WARNING: PHP NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH > > SUPPORT FOR IT. > > > > I am running php and need support for it, but I have no php-config > > file. I have a /etc/php.ini file. Php was installed in the redhat > > installation. How do I get a php-config file? > > > > -----Original Message----- > > From: Carol Fouse [mailto:cf...@eh...] > > Sent: Monday, October 11, 2004 4:37 PM > > To: 'Bob Doan' > > Subject: FW: [Rlib-users] rlib manual > > > > > > I used the --prefix on this and got past that error. Now I have > > another > > error: "You must have cpdflib properly installed in order for rlib to > > work." How do I get this? > > > > >BTW: please keep things on list so other can learn through the > > >archives > > > > Well, I have all the emails. I can make a list of the steps from > > these when I am all finished with this process. > > > > -----Original Message----- > > From: Carol Fouse [mailto:cf...@eh...] > > Sent: Monday, October 11, 2004 3:50 PM > > To: 'Bob Doan' > > Subject: RE: [Rlib-users] rlib manual > > > > > > I downloaded and installed it, but have the same error. > > > > -----Original Message----- > > From: Bob Doan [mailto:bd...@si...] > > Sent: Monday, October 11, 2004 2:30 PM > > To: Carol Fouse > > Cc: RLIB USERS > > Subject: Re: FW: [Rlib-users] rlib manual > > > > > > > > ftp://ftp.gtk.org/pub/gtk/v2.4/glib-2.4.7.tar.gz > > > > BTW: please keep things on list so other can learn through the > > archives > > > > - bob > > > > On Mon, 2004-10-11 at 14:35 -0600, Carol Fouse wrote: > > > Thanks. I did that and got past the libmxl error. Now it is > > > stopping > > > > > with a "Package glib-2.0 was not found in the pkg-config search > > > path" > > > error. What is it and how do I get it? > > > > > > Thanks, > > > Carol > > > > > > -----Original Message----- > > > From: Bob Doan [mailto:bd...@si...] > > > Sent: Monday, October 11, 2004 1:26 PM > > > To: Carol Fouse > > > Cc: RLIB USERS > > > Subject: RE: [Rlib-users] rlib manual > > > > > > > > > When you install libxml2 you need to ./configure --prefix=/usr; > > > make; > > > (as root) make install > > > > > > - bob > > > > > > > > > > > > On Mon, 2004-10-11 at 11:09 -0600, Carol Fouse wrote: > > > > We are using red Hat linux, so the original libxml was loaded with > > > > the > > > > > > > linux installation. I downloaded the new release from > > > > xmlsoft.org. Is this the info you need? BTW - I am not a system > > > > admin person, although to develop the database application that I > > > > am doing, I have > > > > > > this responsibility. So I apologize if I don't know stuff I > > > > should. > > > > > > > > Thanks. > > > > > > > > > |