Jump to content

mystified

Platinum
  • Posts

    5828
  • Joined

  • Last visited

Posts posted by mystified

  1. I can't tell you about that particular problem but I will tell you that Gnucash uses a double-entry bookkeeping system. That means for every credit there has to be a debit to offset it. Quicken, M$ Money, Moneydance, etc are all single-entry bookkeeping which is all that's needed for keeping track of personal finances. Double-entry is mostly used by companies that figure depreciation, amortization, etc. Personally I wouldn't worry about it as long as your accounts reconcile and the amounts are correct.

     

    BTW, there's a program called Kapital for Linux that's supposed to be good. I haven't tried it because it doesn't have a free trial period. If anybody has any personal experiences I'd like to know. I want to get away from Quicken but don't really want to use GnuCash again. My biggest gripe is backing it up on a floppy. It generates so many log type files I never know which one to save. I wound up accidentally reformatting my /home and lost everything and had to go back and re-enter 9 months worth of account information from my statements. I decided to go back to Quicken not long after that because I couldn't figure out how to resolve the backup problem. Any advice?

  2. It's interesting that you said that because I stopped apache and got just the text page. But when I tried to restart apache I couldn't. I received the cannot connect to remote server error. Something is definitely configured incorrectly somewhere. The only way I can get apache to restart is to close out opera and log back into webmin again.

  3. Well here's a copy of part my httpd.conf file and it doesn't include any of the lines you posted.

     

    ### Main Configuration Section

    ### You really shouldn't change these settings unless you're a guru

    ###

    ServerType standalone

    ServerRoot /etc/httpd

    #ServerName localhost

    #LockFile /etc/httpd/httpd.lock

    PidFile /var/run/httpd.pid

    ScoreBoardFile /etc/httpd/httpd.scoreboard

    ErrorLog logs/error_log

    LogLevel warn

    ResourceConfig /dev/null

    AccessConfig /dev/null

    DocumentRoot /var/www/html

     

     

    ### Dynamic Shared Object (DSO) Support

    ###

    ###

    #LoadModule mmap_static_module modules/mod_mmap_static.so

    LoadModule env_module modules/mod_env.so

    LoadModule config_log_module modules/mod_log_config.so

    LoadModule agent_log_module modules/mod_log_agent.so

    LoadModule referer_log_module modules/mod_log_referer.so

    #LoadModule mime_magic_module modules/mod_mime_magic.so

    LoadModule mime_module modules/mod_mime.so

    LoadModule negotiation_module modules/mod_negotiation.so

    LoadModule status_module modules/mod_status.so

    LoadModule info_module modules/mod_info.so

    LoadModule includes_module modules/mod_include.so

    LoadModule autoindex_module modules/mod_autoindex.so

    LoadModule dir_module modules/mod_dir.so

    LoadModule cgi_module modules/mod_cgi.so

    LoadModule asis_module modules/mod_asis.so

    LoadModule imap_module modules/mod_imap.so

    LoadModule action_module modules/mod_actions.so

    #LoadModule speling_module modules/mod_speling.so

    LoadModule userdir_module modules/mod_userdir.so

    LoadModule proxy_module modules/libproxy.so

    LoadModule alias_module modules/mod_alias.so

    LoadModule rewrite_module modules/mod_rewrite.so

    LoadModule access_module modules/mod_access.so

    LoadModule auth_module modules/mod_auth.so

    LoadModule anon_auth_module modules/mod_auth_anon.so

    #LoadModule dbm_auth_module modules/mod_auth_dbm.so

    #LoadModule db_auth_module modules/mod_auth_db.so

    LoadModule digest_module modules/mod_digest.so

    #LoadModule cern_meta_module modules/mod_cern_meta.so

    LoadModule expires_module modules/mod_expires.so

    LoadModule headers_module modules/mod_headers.so

    LoadModule usertrack_module modules/mod_usertrack.so

    #LoadModule example_module modules/mod_example.so

    #LoadModule unique_id_module modules/mod_unique_id.so

    LoadModule setenvif_module modules/mod_setenvif.so

    LoadModule vhost_alias_module modules/mod_vhost_alias.so

     

    # Reconstruction of the complete module list from all available modules

    # (static and shared ones) to achieve correct module execution order.

    # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]

    #AddModule mod_mmap_static.c

    #AddModule mod_mime_magic.c

    #AddModule mod_speling.c

    #AddModule mod_auth_dbm.c

    #AddModule mod_auth_db.c

    #AddModule mod_cern_meta.c

    #AddModule mod_example.c

    #AddModule mod_unique_id.c

     

    Any suggestions?

     

    :?

  4. Well the program starts like it's going to work and then I get that error message. I have to run it from console because it's just an exectutable file. Obviously there's some kind of problem with the fonts and I have no idea how to fix it or if it's even workable.

  5. It worked! And I finally got the program that I needed that particular RPM for working! I've been trying for over a week and had given up and was having to use the Windoze version. You're a lifesaver anon. Thanks! :D

     

    Uh-oh. Spoke too soon. When I run the program I get - Warning XMFontListCreate( ) is an obsolete function. Segmentation fault. Any hope? I hate having to boot into Windoze to run this program!

  6. I've been trying to download an RPM I need to install a program. Every source I've found though has the same problem. The name of the rpm is libstdc++-compat-2.95.2-3mdk.i586.rpm. Yet when I download I get libstdc%2B%2B-compat2.95.2-3mdk.i586.rpm. When I try doing a urpmi I get "error registering local package." What is causing the change in the RPM during the download process? I've given up on installing the program but I'd like to understand what's happening and why. Any help appreciated!

  7. I'm setting up a backup of this board for cannonfodder to do his testing before making changes to the actual board. I'm using webmin and have gotten apache running and have put my copy of the board which is called phpbb in the /var/www/html directory. The problem is that Apache is only reading my php.index file and I'm only getting that text file when I connect through Apache. Cannonfodder thinks I need to turn php on but I'm not sure how to do this. Please keep in mind that I'm a total newbie with servers but I want to get this up and running and would really appreciate any help. I hope I explained this correctly!

  8. I've had that happen to me twice. It reaches a certain point in shutting down and then freezes and I have to turn off the surge protector. It never happened with 8.1 or 8.2, only since I installed MDK 9.0. I don't know what to tell you because I haven't been able to figure out what's happening with mine either.

  9. Okay, I found the home page, redownloaded and ran ldd acrossl with the following results:

     

    [root@www acrosslite1.2]# ldd acrossl

    libXm.so.2 => /usr/X11R6/lib/libXm.so.2 (0x4001f000)

    libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401b9000)

    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40212000)

    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40222000)

    libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x402ed000)

    libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x402f5000)

    libstdc++.so.2.8 => not found

    libm.so.6 => /lib/i686/libm.so.6 (0x40305000)

    libc.so.6 => /lib/i686/libc.so.6 (0x40328000)

    libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40448000)

    libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40451000)

    libdl.so.2 => /lib/libdl.so.2 (0x40468000)

    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

    [root@www acrosslite1.2]# ./acrossl

    ./acrossl: error while loading shared libraries: libstdc++.so.2.8: cannot open shared object file: No such file or directory

     

    I couldn't find libstcd++so.2.8 in rpmfind.net or anywhere else.

     

    :?

×
×
  • Create New...