Re: issues with installation
Paulo Moura Guedes <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Crash, On Friday 29 August 2008 03:05:44 Crash Override wrote: > checking for libxslt libraries >= ... ./configure: line 34494: xslt-config: > command not found > ./configure: line 34495: test: : integer expression expected > configure: error: You need at least libxslt for this > version of xsldbg > [phiberoptik@localhost kdewebdev-3.5.9]$ > [phiberoptik@localhost kdewebdev-3.5.9]$ make > make: *** No targets specified and no makefile found. Stop. > [phiberoptik@localhost kdewebdev-3.5.9]$ su > Password: > su: incorrect password > [phiberoptik@localhost kdewebdev-3.5.9]$ su > Password: > [root@localhost kdewebdev-3.5.9]# make install > make: *** No rule to make target `install'. Stop. > [root@localhost kdewebdev-3.5.9]# > > > I'm assuming the error during the configure won't allow me to complete the > installation? Yes, it complains about xslt. In this cases you should look for "xslt-devel" in your package manager. In this particular IIRC the package missing is called libxslt-devel. > As yes Eric, I'm persistent as hell. I'm still a noob to this, but when I > get into something, I don't give up till I find a solution. It's what > makes learning Linux fun - right? Right, that's a very good quality. I think you and Eric are identical in this matter ;) Hope it helps Paulo