![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error in issuing a make and make install | ahjiefreak | Linux | 1 | 03-11-2008 09:32 PM |
| SCO 5.0.7 Installing gcc 3.4.3 cause error in make | miles556 | SCO | 1 | 02-22-2008 01:25 PM |
| gcc & make error- Help please | moe2266 | UNIX for Advanced & Expert Users | 10 | 09-04-2007 08:58 PM |
| sun solaris 10 make error | sunrise | SUN Solaris | 9 | 05-29-2007 01:20 AM |
| Error when running make | shashidhara_01 | High Level Programming | 1 | 02-02-2007 02:35 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I am trying to build an rpm on redhat machine. OS:Red Hat Enterprise Linux ES release 4 (Nahant Update 6) after building when I try to install,after doing the 'configure' command, when I run 'make',, its giving the following error. [root@vrdevcti001 xmlstarlet-1.0.1]# make make all-recursive make[1]: Entering directory `/usr/src/redhat/BUILD/xmlstarlet-1.0.1' Making all in src make[2]: Entering directory `/usr/src/redhat/BUILD/xmlstarlet-1.0.1/src' gcc -Wall -g -pedantic -o xml xml.o xml_edit.o xml_ls.o xml_escape.o xml_pyx.o xml_depyx.o xml_select.o xml_trans.o xml_validate.o xml_format.o xml _elem.o xml_C14N.o trans.o binsert.o stack.o strdup.o /usr/lib/libxslt.a /usr/lib/libexslt.a -lz -lm -lpthread /usr/lib/libxml2.a -lz -lm -lpthread -l dl -L/usr/lib gcc: /usr/lib/libxslt.a: No such file or directory gcc: /usr/lib/libexslt.a: No such file or directory gcc: /usr/lib/libxml2.a: No such file or directory make[2]: *** [xml] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/xmlstarlet-1.0.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/xmlstarlet-1.0.1' make: *** [all-recursive-am] Error 2 All the libxslt rpms are already installed.I think it need the file /usr/lib/libxslt.a and,, others... How to get those files in the respective location? Please revert to this post asap.. Thanks in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
Long shot: do you have libxslt-dev?
I believe there is a tool for searching for which rpm would contain the necessary files. rpmseek.com suggests libxslt-devel or libxslt-static; my uninformed guess would support the former. |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|