Newbie Problems with SlackBuild

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
timtaylor
Posts: 1
Joined: 23. Jan 2011, 23:40

Newbie Problems with SlackBuild

Post by timtaylor »

I am relatively new to Linux (I have been using it for about 8 months) and recently have been experiment with Salix in my Virtual Box. I am very impressed so far. However, there are a couple of packages that I could not find in the repository so I am trying to add them with SlackBuild. The packages are skrooge and pdfedit. I tried to work with pdfedit first but am getting an error message when I run the SlackBuild script. The error message says

Code: Select all

checking for doxygen binary... configure: error: unable to find doxygen binary
Can anyone help me figure out what could be causing this error? Thanks.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Newbie Problems with SlackBuild

Post by Akuna »

You need to install doxygen package first, available in Salix repo through gslapt or slapt-get.
Image
What really matters is where you are going, not where you come from.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Newbie Problems with SlackBuild

Post by JRD »

Sometimes, you need some package to compile a software, even if it is not needed when installing/using that software. doxygen is typically that kind of "compile depedancies".
Image
Post Reply