LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-03-2009, 02:25 AM   #16
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208

Quote:
Originally Posted by XavierP View Post
Is /opt in your PATH?
No. root's PATH is the Slackwre 13.0 default (I wonder why it has /usr/games?!)
Code:
root:~# echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games
 
Old 12-03-2009, 04:06 AM   #17
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I think /usr/games may be a hold over from when the "games" group was actively used. If you ad /opt to PATH for root, does it work or do we get a different error message?
 
Old 12-03-2009, 10:09 AM   #18
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by XavierP View Post
I think /usr/games may be a hold over from when the "games" group was actively used. If you ad /opt to PATH for root, does it work or do we get a different error message?
Thanks Same error. Here's the script used to automate the process
Code:
#!/bin/bash

# Quick and dirty to build kmymoney

set -e
export PATH="$PATH:/opt"

cp -p /home/c/d/Repository/SlackBuilds/kmymoney2.tar.gz /tmp
(cd /tmp && tar xzvf kmymoney2.tar.gz)
cp -p /home/c/d/Repository/kmymoney2-1.0.0.tar.bz2 /tmp/kmymoney2

echo 'Use locally modified kmymoney2.SlackBuild? (Y or y to use)'
read
case $REPLY in
    y | Y )
        cp -p /home/c/d/Repository/SlackBuilds/kmymoney2.local/kmymoney2.SlackBuild /tmp/kmymoney2
        ;;
esac

cd /tmp/kmymoney2

echo 'Edit ./kmymoney2.SlackBuild? (Y or y to edit)'
read
case $REPLY in
    y | Y )
        vi ./kmymoney2.SlackBuild
        ;;
esac

echo 'Run ./kmymoney2.SlackBuild? (Y or y to run)'
read
case $REPLY in
    y | Y )
        ./kmymoney2.SlackBuild
        ;;
esac
 
Old 12-03-2009, 10:14 AM   #19
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
In which case, I'm afraid I must drop out here. I don't have a Slack install to do any testing with and wouldn't want to send you off on a wild goose chase. Hopefully we've given enough information for someone more knowledgeable to assist. Good luck.
 
1 members found this post helpful.
Old 12-04-2009, 01:38 AM   #20
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by XavierP View Post
In which case, I'm afraid I must drop out here. I don't have a Slack install to do any testing with and wouldn't want to send you off on a wild goose chase. Hopefully we've given enough information for someone more knowledgeable to assist. Good luck.
Many thanks anyway, XavierP. Efforts appreciated.
 
Old 12-05-2009, 03:54 PM   #21
gillbertiddio
Member
 
Registered: Sep 2009
Posts: 33

Rep: Reputation: 6
http://www.sql-ledger.com/cgi-bin/na...ml&title=About
 
Old 12-06-2009, 05:54 AM   #22
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by gillbertiddio View Post
Thanks for that I was hoping to find something that doesn't need a separate database but, if needs must ...
 
  


Reply

Tags
accounting, foss


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Accounting Software binarybob0001 Linux - Software 4 11-16-2007 06:15 AM
accounting software visiondream3 Linux - Software 5 05-26-2005 11:01 AM
Accounting Software gamehack Linux - Software 1 08-16-2004 12:43 PM
Accounting software. DiBosco Linux - Software 2 06-04-2003 06:17 PM
Accounting Software nariman Linux - Software 2 05-18-2003 12:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration