LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 04-21-2006, 12:36 AM   #31
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30

Hi

As regular user:
Quote:
[mylogin@mydomain ~]$ find / -name apxs
find: /var/spool/clientmqueue: Permission denied
find: /var/spool/squid: Permission denied
find: /var/spool/at: Permission denied
find: /var/spool/cron: Permission denied
find: /var/spool/cups: Permission denied
find: /var/spool/mqueue: Permission denied
find: /var/www/mediawiki/config: Permission denied
find: /var/gdm: Permission denied
find: /var/cache/samba/winbindd_privileged: Permission denied
find: /var/cache/mod_proxy: Permission denied
find: /var/cache/alchemist/printconf.rpm/wm: Permission denied
find: /var/cache/alchemist/printconf.local/wm: Permission denied
find: /var/cache/mod_ssl: Permission denied
find: /var/lock/lvm: Permission denied
find: /var/run/mdmpd: Permission denied
find: /var/run/mdadm: Permission denied
find: /var/run/sudo: Permission denied
find: /var/run/named: Permission denied
find: /var/empty/sshd: Permission denied
find: /var/lib/nfs/statd: Permission denied
find: /var/lib/mlocate: Permission denied
find: /var/lib/php/session: Permission denied
find: /var/lib/mysql/mysql: Permission denied
find: /var/lib/mysql/admin: Permission denied
find: /var/lib/mysql/test: Permission denied
find: /var/lib/dhcpv6: Permission denied
find: /var/lib/zope: Permission denied
find: /var/lib/tomcat5/server/webapps: Permission denied
find: /var/lib/tomcat5/webapps/balancer: Permission denied
find: /var/lib/dav: Permission denied
find: /var/log/squid: Permission denied
find: /var/log/httpd: Permission denied
find: /var/log/samba: Permission denied
find: /var/log/ppp: Permission denied
find: /var/log/lighttpd: Permission denied
find: /var/tux: Permission denied
find: /var/named: Permission denied
find: /root: Permission denied
find: /usr/share/systemtap/tapset/i686: Permission denied
find: /usr/share/systemtap/tapset/x86_64: Permission denied
as SU
Quote:
find: WARNING: Hard link count is wrong for /selinux: this may be a bug in your filesystem driver. Automatically turning on f ind's -noleaf option. Earlier results may have failed to include directories that should have been searched.
 
Old 04-21-2006, 10:03 AM   #32
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Well, the configure script isn't lying to you.

Do you actually have Apache up and running on this machine? Do you know where it's installed? If not, use these commands:

$ find / -name httpd
$ find / -name apachectl

Usually, apxs is installed in the same place as httpd and apachectl.

If you don't have Apache actually up and running then we'll need to deal with that first.

Peace...
 
Old 04-21-2006, 03:11 PM   #33
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Yes, I do have Apache installed and running since I can have access my site through URL.
Do not know where it is installed though and can't check it just now since do not have access to the server.

Anyhow, when I locate Apache what will I have to do then?

Thanks
 
Old 04-21-2006, 03:15 PM   #34
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by thisObject
Anyhow, when I locate Apache what will I have to do then?
Once you've located httpd or apachectl in the filesystem, go to where they are located and run these commands:

$ ls -la
$ pwd

Post the output here then we can go from there. We'll get the proper parameter for the mod_jk2 APXS path and then you can build mod_jk2.

Peace...
 
Old 04-21-2006, 06:11 PM   #35
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Ok, thanks.
I'll do it later on today.
 
Old 04-21-2006, 10:29 PM   #36
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Hello,

Result of "find / -name httpd":

Quote:
/var/lock/subsys/httpd
/var/log/httpd
/usr/sbin/httpd
/usr/lib/httpd
/etc/sysconfig/httpd
/etc/logrotate.d/httpd
/etc/httpd
/etc/rc.d/init.d/httpd
find: WARNING: Hard link count is wrong for /proc/2769/task: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
Result of "find / -name apachectl":
Quote:
/usr/sbin/apachectl
find: WARNING: Hard link count is wrong for /selinux: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
First result of "pwd" and "ls -la":
Quote:
[root@mydomain httpd]# pwd
/usr/lib/httpd
[root@mydomain httpd]# ls -la
total 92
drwxr-xr-x 3 root root 4096 Mar 24 22:58 .
drwxr-xr-x 114 root root 69632 Apr 17 23:42 ..
drwxr-xr-x 2 root root 4096 Apr 4 20:44 modules
 
Old 04-21-2006, 10:30 PM   #37
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Second result of "pwd" and "ls -la":
[QUOTE]
[root@mydomain sbin]# pwd
/usr/sbin
[root@mydomain sbin]# ls -la
total 25640
drwxr-xr-x 3 root root 16384 Apr 19 00:03 .
drwxr-xr-x 15 root root 4096 Apr 9 20:17 ..
-rwxr-xr-x 1 root root 8972 Feb 10 22:45 accept
lrwxrwxrwx 1 root root 17 Mar 24 22:59 accton -> ../../sbin/accton
-rwxr-x--- 1 root root 23908 Mar 1 07:47 acpid
lrwxrwxrwx 1 root root 7 Mar 24 22:57 adduser -> useradd
lrwxrwxrwx 1 root root 23 Mar 24 23:00 adsl-connect -> ../../sbin/adsl-connect
lrwxrwxrwx 1 root root 21 Mar 24 23:00 adsl-setup -> ../../sbin/adsl-setup
lrwxrwxrwx 1 root root 21 Mar 24 23:00 adsl-start -> ../../sbin/adsl-start
lrwxrwxrwx 1 root root 22 Mar 24 23:00 adsl-status -> ../../sbin/adsl-status
lrwxrwxrwx 1 root root 20 Mar 24 23:00 adsl-stop -> ../../sbin/adsl-stop
lrwxrwxrwx 1 root root 18 Mar 24 22:58 alsactl -> ../../sbin/alsactl
-rwxr-xr-x 1 root root 23696 Feb 24 15:16 alternatives
-rwxr-xr-x 1 root root 25372 Feb 10 18:33 anacron
-rwxr-xr-x 1 root root 3755 Feb 11 15:10 apachectl
-rwxr-xr-x 1 root root 25020 Feb 7 11:19 apmd
-rwxr-xr-x 1 root root 35108 Feb 11 14:41 arpd
lrwxrwxrwx 1 root root 12 Mar 24 22:57 arping -> /sbin/arping
-rwxr-xr-x 1 root root 21204 Feb 10 19:03 atd
-rwxr-xr-x 1 root root 67 Feb 10 19:03 atrun
-rwxr-xr-x 1 root root 148180 Mar 10 11:22 audit2why
lrwxrwxrwx 1 root root 35 Mar 24 22:58 authconfig -> /usr/share/authconfig/authconfig.py
lrwxrwxrwx 1 root root 39 Mar 24 22:58 authconfig-gtk -> /usr/share/authconfig/authconfig -gtk.py
lrwxrwxrwx 1 root root 39 Mar 24 22:58 authconfig-tui -> /usr/share/authconfig/authconfig -tui.py
-rwxr-xr-x 1 root root 51464 Feb 10 19:06 automount
-rwxr-xr-x 1 root root 109424 Mar 8 16:46 avahi-daemon
-rwxr-xr-x 1 root root 16688 Mar 8 16:46 avahi-dnsconfd
-rwxr-xr-x 1 root root 13652 Feb 11 16:46 avcstat
-rwxr-xr-x 1 root root 6856 Mar 14 15:52 avctrl
-rwxr-xr-x 1 root root 92228 Mar 14 15:52 bccmd
-rwxr-xr-x 1 root root 900 Mar 8 07:28 beagle-build-index
-rwxr-xr-x 1 root root 905 Mar 8 07:28 beagle-manage-index
-rwxr-xr-- 1 root root 7534 Mar 22 10:19 bind-chroot-admin
-rwxr-xr-x 1 root root 13464 Feb 8 22:27 biosdecode
-rwxr-xr-x 1 root root 87016 Mar 6 10:16 boa
-rwxr-xr-x 1 root root 11072 Mar 14 12:15 bonobo-activation-sysconf
-rwx------ 1 root root 462036 Mar 7 14:00 build-locale-archive
-rwxr-xr-x 1 root root 285 Feb 27 07:29 cacertdir_rehash
-rwx------ 1 root root 45704 Feb 11 23:33 callback
lrwxrwxrwx 1 root root 19 Mar 24 23:06 capiinit -> ../../sbin/capiinit
-rwsr-xr-x 1 root root 6616 Feb 12 00:13 ccreds_validate
-rwxr-xr-x 1 root root 26512 Feb 12 00:49 chat
-rwxr-xr-x 1 root root 14364 Feb 16 06:09 chkfontpath
-rwxr-xr-x 1 root root 31356 Feb 12 01:36 chpasswd
-rwxr-xr-x 1 root root 18748 Feb 10 22:43 chroot
-rwxr-xr-x 1 root root 12396 Feb 24 07:42 clockdiff
-rwxr-xr-x 1 root root 69372 Feb 12 01:03 convertquota
-rwxr-xr-x 1 root root 19968 Mar 12 10:58 cpufreq-selector
-rwxr-xr-x 1 root root 16612 Feb 23 19:23 cpuspeed
-rwxr-xr-x 1 root root 5640 Feb 10 22:40 cracklib-check
-rwxr-xr-x 1 root root 236 Feb 10 22:40 cracklib-format
-rwxr-xr-x 1 root root 6428 Feb 10 22:40 cracklib-packer
-rwxr-xr-x 1 root root 5560 Feb 10 22:40 cracklib-unpacker
-rwxr-xr-x 1 root root 647 Feb 10 22:40 create-cracklib-dict
-rwxr-xr-x 1 root root 309700 Feb 15 15:54 crond
lrwxrwxrwx 1 root root 6 Mar 24 22:59 cupsaccept -> accept
-rwxr-xr-x 1 root root 19512 Feb 10 22:45 cupsaddsmb
-rwxr-xr-x 1 root root 283132 Feb 10 22:45 cupsd
lrwxrwxrwx 1 root root 6 Mar 24 22:59 cupsreject -> accept
-rwxr-xr-x 1 root root 843420 Feb 20 08:51 dbconverter-2
drwxr-xr-x 2 root root 4096 Apr 17 20:26 ddclient-3.6.6
-rwxr-xr-x 1 root root 2645 Oct 11 2005 ddcprobe
-rwxr-xr-x 1 root root 2628 Feb 20 04:13 diskdumpctl
-rwxr-xr-x 1 root root 10272 Feb 20 04:13 diskdumpctl_proc
-rwxr-xr-x 1 root root 20944 Feb 20 04:13 diskdumpfmt
-rwxr-xr-x 1 root root 24377 Feb 20 04:13 diskdumpmsg
-rwxr-xr-x 1 root root 57228 Feb 8 22:27 dmidecode
-rwxr-xr-x 1 root root 5152 Mar 22 10:19 dns-keygen
-rwxr-xr-x 1 root root 21824 Mar 22 10:19 dnssec-keygen
-rwxr-xr-x 1 root root 54548 Mar 22 10:19 dnssec-signzone
-rwxr-xr-x 1 root root 6332 Feb 11 15:04 dongle_attach
-rwxr-xr-x 1 root root 10828 Feb 27 13:02 dump-acct
 
Old 04-21-2006, 10:31 PM   #38
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
-rwxr-xr-x 1 root root 11956 Feb 27 13:02 dump-utmp
-rwxr-xr-x 1 root root 78360 Feb 12 01:03 edquota
lrwxrwxrwx 1 root root 13 Mar 24 22:56 ethtool -> /sbin/ethtool
-rwxr-xr-x 1 root root 6128 Feb 11 16:31 execcap
-rwxr-xr-x 1 root root 45676 Feb 11 23:38 exportfs
-rwxr-xr-x 1 root root 36916 Mar 8 12:21 ext2online
-rwxr-xr-x 1 root root 31044 Feb 11 09:16 fbset
-rwxr-xr-x 1 root root 8796 Mar 8 12:21 filefrag
-rwxr-xr-x 1 root root 14912 Feb 11 15:04 findchip
-rwxr-xr-x 1 root root 3561 Mar 3 15:28 firstboot
-rwxr-xr-x 1 root root 1000 Mar 14 13:24 fix-mouse-psaux
-rwxr-xr-x 1 root root 29858 Feb 11 22:49 foomatic-addpjloptions
-rwxr-xr-x 1 root root 1371 Feb 11 22:49 foomatic-cleanupdrivers
-rwxr-xr-x 1 root root 1539 Feb 11 22:49 foomatic-fix-xml
-rwxr-xr-x 1 root root 2140 Feb 11 22:49 foomatic-getpjloptions
-rwxr-xr-x 1 root root 3246 Feb 11 22:49 foomatic-kitload
-rwxr-xr-x 1 root root 4497 Feb 11 22:49 foomatic-nonumericalids
-rwxr-xr-x 1 root root 3557 Feb 11 22:49 foomatic-ppdload
-rwxr-xr-x 1 root root 9164 Feb 11 22:49 foomatic-preferred-driver
-rwxr-xr-x 1 root root 5085 Feb 11 22:49 foomatic-printermap-to-gimp-print-xml
-rwxr-xr-x 1 root root 2606 Feb 11 22:49 foomatic-replaceoldprinterids
-rwxr-xr-x 1 root root 651 Mar 13 15:15 gdm
-rwxr-xr-x 1 root root 271760 Mar 13 15:15 gdm-binary
-rwxr-xr-x 1 root root 582 Mar 13 15:15 gdm-restart
-rwxr-xr-x 1 root root 576 Mar 13 15:15 gdm-safe-restart
-rwxr-xr-x 1 root root 163788 Mar 13 15:15 gdmsetup
-rwxr-xr-x 1 root root 576 Mar 13 15:15 gdm-stop
-rwxr-xr-x 1 root root 10717 Mar 10 11:22 genhomedircon
-rwxr-xr-x 1 root root 5560 Feb 11 16:46 getenforce
-rwxr-xr-x 1 root root 5960 Feb 11 16:31 getpcaps
-rwxr-xr-x 1 root root 7120 Feb 11 16:46 getsebool
-rwxr-xr-x 1 root root 6316 Feb 11 16:46 getseuser
-rwx------ 1 root root 437268 Mar 7 14:00 glibc_post_upgrade.i386
-rwx------ 1 root root 453652 Mar 7 14:23 glibc_post_upgrade.i686
-rwxr-xr-x 1 root root 78200 Mar 13 13:28 gnome-system-log
-rwxr-xr-x 1 root root 97896 Feb 13 02:17 gpm
-rwxr-xr-x 1 root root 39084 Feb 12 01:36 groupadd
-rwxr-xr-x 1 root root 30436 Feb 12 01:36 groupdel
-rwxr-xr-x 1 root root 30252 Feb 12 01:36 groupmod
-rwxr-xr-x 1 root root 34312 Feb 12 01:36 grpck
-rwxr-xr-x 1 root root 26084 Feb 12 01:36 grpconv
-rwxr-xr-x 1 root root 26084 Feb 12 01:36 grpunconv
-rwxr-xr-x 1 root root 246920 Mar 3 10:51 hald
-rwxr-xr-x 1 root root 16024 Feb 11 14:41 hal_lpadmin
-rwxr-xr-x 1 root root 15688 Mar 14 15:52 hciattach
-rwxr-xr-x 1 root root 93420 Mar 14 15:52 hciconfig
-rwxr-xr-x 1 root root 85800 Mar 14 15:52 hcid
-rwxr-xr-x 1 root root 19720 Mar 14 15:52 hciemu
-rwxr-xr-x 1 root root 12300 Mar 14 15:52 hid2hci
-rwxr-xr-x 1 root root 98708 Mar 1 07:11 hpiod
-rwxr-xr-x 1 root root 18584 Feb 11 15:12 htcacheclean
-rwxr-xr-x 1 root root 312624 Feb 11 15:12 httpd
-rwxr-xr-x 1 root root 324024 Feb 11 15:12 httpd.worker
-rwxr-xr-x 1 root root 8556 Feb 11 15:12 httxt2dbm
lrwxrwxrwx 1 root root 18 Mar 24 23:00 hwclock -> ../../sbin/hwclock
lrwxrwxrwx 1 root root 15 Mar 24 23:06 ibod -> ../../sbin/ibod
-rwxr-xr-x 2 root root 19388 Mar 7 14:00 iconvconfig
-rwxr-xr-x 2 root root 19388 Mar 7 14:00 iconvconfig.i386
-rwxr-xr-x 1 root root 19976 Mar 7 14:23 iconvconfig.i686
-rwxr-x--- 1 root root 16176 Mar 1 07:30 imon
-rwxr-xr-x 1 root root 10936 Mar 1 07:30 imontty
-rwxr-xr-x 1 root root 12912 Feb 13 02:17 inputattach
lrwxrwxrwx 1 root root 16 Mar 24 23:06 ipppd -> ../../sbin/ipppd
lrwxrwxrwx 1 root root 20 Mar 24 23:06 ipppstats -> ../../sbin/ipppstats
lrwxrwxrwx 1 root root 17 Mar 24 23:06 iprofd -> ../../sbin/iprofd
-rwxr-xr-x 1 root root 47736 Feb 11 13:07 iptstate
-rwxr-xr-x 1 root root 15784 Feb 11 15:04 irattach
-rwxr-xr-x 1 root root 10112 Feb 11 15:04 irdaping
-rwxr-xr-x 1 root root 13768 Feb 26 15:43 irqbalance
-rwxr-xr-x 1 root root 1349 Mar 1 07:30 isdndial
-rwxr-xr-x 1 root root 1195 Mar 1 07:30 isdnhangup
lrwxrwxrwx 1 root root 18 Mar 24 23:06 isdnlog -> ../../sbin/isdnlog
-rwxr-xr-x 1 root root 1195 Mar 1 07:30 isdnstatus
-rwxr-xr-x 1 root root 7716 Feb 11 15:19 kbdrate
lrwxrwxrwx 1 root root 16 Mar 24 23:00 kudzu -> ../../sbin/kudzu
-rwxr-xr-x 1 root root 24428 Feb 21 09:10 lchage
-rwxr-xr-x 1 root root 20188 Feb 21 09:10 lgroupadd
-rwxr-xr-x 1 root root 19160 Feb 21 09:10 lgroupdel
-rwxr-xr-x 1 root root 24832 Feb 21 09:10 lgroupmod
-rwxr-xr-x 1 root root 1496 Mar 9 19:34 libgcc_post_upgrade
-rwxr-xr-x 1 root root 10104 Feb 21 09:10 lid
-rwxr-xr-x 1 root root 172276 Mar 6 08:42 lighttpd
-rwxr-xr-x 1 root root 24524 Feb 21 09:10 lnewusers
-rwxr-xr-x 1 root root 14648 Feb 11 14:41 lnstat
-rwxr-xr-x 1 root root 6776 Mar 10 11:22 load_policy
-rwxr-sr-x 1 root lock 16808 Feb 11 16:59 lockdev
-rwxr-xr-x 1 root root 46280 Feb 11 17:02 logrotate
lrwxrwxrwx 1 root root 39 Mar 24 22:59 logwatch -> /usr/share/logwatch/scripts/logwatch.p l
-rwxr-xr-x 1 root root 37788 Feb 28 11:12 lokkit
-rwxr-xr-x 1 root root 12272 Dec 17 09:22 longrun
lrwxrwxrwx 1 root root 19 Mar 24 23:06 loopctrl -> ../../sbin/loopctrl
-rwxr-xr-x 1 root root 25872 Feb 10 22:45 lpadmin
-rwxr-xr-x 1 root root 22096 Feb 21 09:10 lpasswd
lrwxrwxrwx 1 root root 27 Mar 24 22:59 lpc -> /etc/alternatives/print-lpc
-rwxr-xr-x 1 root root 10248 Feb 10 22:45 lpc.cups
-rwxr-xr-x 1 root root 9668 Feb 10 22:45 lpinfo
-rwxr-xr-x 1 root root 8788 Feb 10 22:45 lpmove
-rwxr-xr-x 1 root root 118788 Feb 15 14:29 lsof
-rwxr-xr-x 1 root root 24088 Feb 21 09:10 luseradd
-rwxr-xr-x 1 root root 21476 Feb 21 09:10 luserdel
-rwxr-xr-x 1 root root 24644 Feb 21 09:10 lusermod
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvchange -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvconvert -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvcreate -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvdisplay -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvextend -> lvm
-r-xr-xr-x 1 root root 538220 Feb 11 17:02 lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvmchange -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvmdiskscan -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvmsadc -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvmsar -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvreduce -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvremove -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvrename -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvresize -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvs -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 lvscan -> lvm
-rwxr-xr-x 2 root root 369516 Mar 22 10:19 lwresd
-rwxr-xr-x 1 root root 69148 Feb 17 09:05 mailstats
-r-xr-xr-x 1 root root 88124 Feb 17 09:05 makemap
-rwxr-sr-x 1 root www 7864 Mar 6 07:15 makeweb
-rwxr-xr-- 1 root root 11342 Feb 11 23:35 makewhatis
 
Old 04-21-2006, 10:31 PM   #39
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
-rwxr-xr-x 1 root root 6780 Feb 11 16:46 matchpathcon
lrwxrwxrwx 1 root root 15 Mar 24 22:56 mkdict -> cracklib-format
-rwxr-xr-x 1 root root 6688 Mar 8 12:21 mklost+found
-rwxr-xr-x 1 root root 7280 Feb 13 04:56 mksock
lrwxrwxrwx 1 root root 19 Mar 24 23:06 mkzonedb -> ../../sbin/mkzonedb
-rwxr-xr-x 1 root root 4409 Feb 11 09:16 modeline2fb
-rwxr-xr-x 1 root root 237188 Mar 14 13:24 module_upgrade
-rwxr-xr-x 1 root root 58828 Feb 11 23:32 mtr
-rwxr-xr-x 2 root root 369516 Mar 22 10:19 named
-rwxr-xr-x 1 root root 7256 Mar 22 10:19 named-bootconf
-rwxr-xr-x 1 root root 13592 Mar 22 10:19 named-checkconf
-rwxr-xr-x 1 root root 13596 Mar 22 10:19 named-checkzone
-rwxr-xr-- 1 root root 3265 Nov 13 11:40 namedGetForwarders
-rwxr-xr-- 1 root root 1785 Nov 13 11:40 namedSetForwarders
lrwxrwxrwx 1 root root 41 Mar 24 23:02 neat -> ../share/system-config-network/netconf.py
lrwxrwxrwx 1 root root 45 Mar 24 23:00 neat-tui -> ../share/system-config-network/netconf -tui.py
-rwxr-xr-x 1 root root 58404 Feb 13 11:11 netconfig
-rwxr-xr-x 1 root root 326736 Mar 14 12:59 NetworkManager
-rwxr-xr-x 1 root root 18608 Mar 14 12:59 NetworkManagerDispatcher
-rwxr-xr-x 1 root root 36008 Feb 12 01:36 newusers
-rwxr-xr-x 1 root root 14728 Feb 11 23:38 nfsstat
-rwxr-xr-x 1 root root 616 Feb 11 23:38 nhfsgraph
-rwxr-xr-x 1 root root 587 Feb 11 23:38 nhfsnums
-rwxr-xr-x 1 root root 790 Feb 11 23:38 nhfsrun
-rwxr-xr-x 1 root root 26800 Feb 11 23:38 nhfsstone
-rwxr-xr-x 1 root root 91916 Mar 7 14:00 nscd
-rwxr-xr-x 1 root root 16576 Feb 11 14:41 nstat
-rwxr-xr-x 1 root root 479084 Feb 23 01:42 ntpd
-rwxr-xr-x 1 root root 50108 Feb 23 01:42 ntpdate
-rwxr-xr-x 1 root root 99300 Feb 23 01:42 ntpdc
-rwxr-xr-x 1 root root 30988 Feb 23 01:42 ntp-keygen
-rwxr-xr-x 1 root root 87396 Feb 23 01:42 ntpq
-rwxr-xr-x 1 root root 16380 Feb 23 01:42 ntptime
-rwxr-xr-x 1 root root 1837 Feb 23 01:42 ntptrace
-rwxr-xr-x 1 root root 1019 Feb 23 01:42 ntp-wait
-rwxr-xr-x 1 root root 23556 Feb 24 15:16 ntsysv
-r-xr-xr-x 1 root root 9448 Mar 10 11:22 open_init_pty
-rwxr-xr-x 1 root root 7868 Feb 8 22:27 ownership
lrwxrwxrwx 1 root root 15 Mar 24 22:56 packer -> cracklib-packer
lrwxrwxrwx 1 root root 10 Mar 24 22:57 ping6 -> /bin/ping6
-rwxr-xr-x 1 root root 12443 Mar 3 16:59 pirut
-rwxr-xr-x 1 root root 45564 Feb 11 14:51 plainrsa-gen
-rwxr-xr-x 1 root root 9380 Feb 13 11:09 pmap_dump
-rwxr-xr-x 1 root root 5988 Feb 13 11:09 pmap_set
-rwxr-xr-x 1 root root 538 Mar 11 16:31 pm-hibernate
-rwxr-xr-x 1 root root 1683 Mar 11 16:31 pm-powersave
-rwxr-xr-x 1 root root 439 Mar 11 16:31 pm-suspend
-r-xr-xr-x 1 root root 308292 Feb 12 00:49 pppd
-rwxr-xr-x 1 root root 52972 Feb 12 00:49 pppdump
lrwxrwxrwx 1 root root 16 Mar 24 23:00 pppoe -> ../../sbin/pppoe
-r-xr-xr-x 1 root root 23076 Feb 12 00:49 pppoe-discovery
lrwxrwxrwx 1 root root 22 Mar 24 23:00 pppoe-relay -> ../../sbin/pppoe-relay
lrwxrwxrwx 1 root root 23 Mar 24 23:00 pppoe-server -> ../../sbin/pppoe-server
lrwxrwxrwx 1 root root 22 Mar 24 23:00 pppoe-sniff -> ../../sbin/pppoe-sniff
-rwxr-xr-x 1 root root 14108 Feb 12 00:49 pppstats
-rwxr-xr-x 1 root root 85720 Feb 17 09:05 praliases
-rwxr-xr-x 1 root root 916976 Feb 13 07:43 prelink
-rwxr-xr-x 1 root root 354 Feb 14 05:09 printconf
-rwxr-xr-x 1 root root 144 Feb 14 05:09 printconf-backend
-rwxr-xr-x 1 root root 145 Feb 14 05:09 printconf-gui
-rwxr-xr-x 1 root root 186 Feb 14 05:09 printconf-tui
lrwxrwxrwx 1 root root 13 Mar 24 23:09 printtool -> printconf-gui
-rwxr-xr-x 1 root root 12854 Mar 3 16:59 pup
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvchange -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvcreate -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvdisplay -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvmove -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvremove -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvresize -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvs -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 pvscan -> lvm
-rwxr-xr-x 1 root root 30216 Feb 12 01:36 pwck
-rwxr-xr-x 1 root root 29488 Feb 12 01:36 pwconv
-rwxr-xr-x 1 root root 23840 Feb 12 01:36 pwunconv
-rwxr-xr-x 1 root root 15540 Feb 12 01:03 quotastats
-rwxr-xr-x 1 root root 486360 Feb 11 14:51 racoon
-rwxr-xr-x 1 root root 78260 Feb 11 14:51 racoonctl
-rwxr-xr-x 1 root root 12336 Mar 11 16:31 radeontool
lrwxrwxrwx 1 root root 4 Mar 24 23:00 ramsize -> rdev
-rwxr-xr-x 1 root root 19656 Mar 1 07:30 rcapid
 
Old 04-21-2006, 10:32 PM   #40
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
-rwxr-xr-x 1 root root 13728 Mar 9 14:54 rdev
-rwxr-xr-x 1 root root 40564 Feb 12 01:08 rdistd
-rwxr-xr-x 1 root root 13260 Feb 12 01:06 readahead
-rwxr-xr-x 1 root root 12972 Mar 9 14:54 readprofile
-rwx------ 1 root root 2360 Feb 12 01:07 redhat_lsb_trigger.i386
lrwxrwxrwx 1 root root 6 Mar 24 22:59 reject -> accept
-rwxr-xr-x 1 root root 71256 Feb 12 01:03 repquota
-rwxr-xr-x 1 root root 21812 Mar 22 10:19 rndc
-rwxr-xr-x 1 root root 13576 Mar 22 10:19 rndc-confgen
lrwxrwxrwx 1 root root 4 Mar 24 23:00 rootflags -> rdev
-rwxr-xr-x 1 root root 9072 Feb 11 15:12 rotatelogs
-rwxr-xr-x 1 root root 43084 Feb 11 23:38 rpc.gssd
-rwxr-xr-x 1 root root 39108 Feb 11 23:38 rpc.idmapd
-rwxr-xr-x 1 root root 11668 Mar 7 14:00 rpcinfo
-rwxr-xr-x 1 root root 73040 Feb 11 23:38 rpc.mountd
-rwxr-xr-x 1 root root 9304 Feb 11 23:38 rpc.nfsd
-rwxr-xr-x 1 root root 73608 Feb 12 01:03 rpc.rquotad
-rwxr-xr-x 1 root root 22556 Feb 11 23:38 rpc.svcgssd
-rwxr-xr-x 1 root root 29008 Feb 11 14:41 rtacct
-r-xr-xr-x 1 root root 9572 Mar 10 11:22 run_init
-rwxr-xr-x 1 root root 25248 Feb 27 13:02 sa
-rwxr-xr-x 1 root root 6828 Feb 12 09:42 safe_finger
-rwxr-xr-x 1 root root 52008 Feb 22 05:23 saned
-rwxr-xr-x 1 root root 7564 Feb 20 08:51 sasl2-shared-mechlist
-rwxr-xr-x 1 root root 1003024 Feb 20 08:51 sasl2-static-mechlist
-rwxr-xr-x 1 root root 85980 Feb 20 08:51 saslauthd
-rwxr-xr-x 1 root root 1003584 Feb 20 08:51 sasldblistusers2
-rwxr-xr-x 1 root root 1008364 Feb 20 08:51 saslpasswd2
-rwxr-xr-x 1 root root 21740 Feb 20 04:13 savecore
-rwxr-xr-x 1 root root 22420 Mar 14 15:52 sdpd
-rwxr-xr-x 1 root root 4960 Feb 11 16:46 selinuxenabled
-rwxr-xr-x 1 root root 7529 Mar 10 11:22 semanage
-rwxr-xr-x 1 root root 13796 Mar 10 11:22 semodule
lrwxrwxrwx 1 root root 21 Mar 24 23:00 sendmail -> /etc/alternatives/mta
-rwxr-sr-x 1 root smmsp 802264 Feb 17 09:05 sendmail.sendmail
lrwxrwxrwx 1 root root 46 Mar 24 23:05 serviceconf -> ../share/system-config-services/ser viceconf.py
-rwxr-xr-x 1 root root 12452 Mar 10 11:22 sestatus
-rwxr-xr-x 1 root root 6136 Feb 11 16:46 setenforce
-rwxr-xr-x 1 root root 15548 Mar 10 11:22 setfiles
-rwxr-xr-x 1 root root 6940 Feb 11 16:31 setpcaps
-rwxr-xr-x 1 root root 79356 Feb 12 01:03 setquota
-rwxr-xr-x 1 root root 10488 Mar 10 11:22 setsebool
-rwxr-xr-x 1 root root 12300 Feb 12 01:35 setup
-rwxr-xr-x 1 root root 12108 Feb 11 23:38 showmount
-rwxr-xr-x 1 root root 175060 Feb 12 01:37 smartctl
-rwxr-xr-x 1 root root 220148 Feb 12 01:37 smartd
-rwxr-xr-x 1 root root 3763 Feb 12 01:37 smartd-conf.py
-rw-r--r-- 1 root root 3984 Feb 12 01:37 smartd-conf.pyc
-rw-r--r-- 1 root root 3984 Feb 12 01:37 smartd-conf.pyo
-r-xr-xr-x 1 root root 66956 Feb 17 09:05 smrsh
-rwxr-xr-x 1 root root 698272 Feb 12 01:40 squid
-rwxr-xr-x 1 root root 18288 Feb 12 01:40 squidclient
-rwxr-xr-x 1 root root 69520 Feb 11 14:41 ss
-rwxr-xr-x 1 root root 379720 Mar 2 13:42 sshd
-rwxr-xr-x 1 root root 80512 Feb 12 01:41 stunnel
-rwxr-xr-x 1 root root 2950 Feb 12 01:41 stunnel3
-rwxr-xr-x 1 root root 8104 Feb 11 16:31 sucap
-r-s--x--- 1 root apache 12024 Feb 11 15:12 suexec
-rwxr-xr-x 1 root root 2988 Mar 6 07:15 syslogtocern
-rwxr--r-- 1 root root 20668 Mar 3 04:27 sysreport
lrwxrwxrwx 1 root root 39 Mar 24 22:58 system-config-authentication -> /usr/share/authcon fig/authconfig-gtk.py
lrwxrwxrwx 1 root root 47 Mar 24 23:10 system-config-lvm -> ../share/system-config-lvm/sy stem-config-lvm.py
-rwxr-xr-x 1 root root 188 Dec 16 23:55 system-config-network
lrwxrwxrwx 1 root root 45 Mar 24 23:00 system-config-network-cmd -> ../share/system-confi g-network/netconf-cmd.py
lrwxrwxrwx 1 root root 41 Mar 24 23:02 system-config-network-gui -> ../share/system-confi g-network/netconf.py
lrwxrwxrwx 1 root root 45 Mar 24 23:00 system-config-network-tui -> ../share/system-confi g-network/netconf-tui.py
lrwxrwxrwx 1 root root 9 Mar 24 23:02 system-config-printer -> printconf
lrwxrwxrwx 1 root root 13 Mar 24 23:09 system-config-printer-gui -> printconf-gui
lrwxrwxrwx 1 root root 13 Mar 24 23:02 system-config-printer-tui -> printconf-tui
lrwxrwxrwx 1 root root 46 Mar 24 23:05 system-config-services -> ../share/system-config-s ervices/serviceconf.py
-rwxr-xr-x 1 root root 8127 Mar 3 16:59 system-install-packages
-rwxr-xr-x 1 root root 37 Mar 14 15:16 sys-unconfig
-rwx--x--x 1 root root 31248 Feb 12 09:42 tcpd
-rwxr-xr-x 1 root root 735508 Feb 12 09:43 tcpdump
-rwxr-xr-x 1 root root 152052 Feb 12 09:43 tcpslice
-rwxr-xr-x 1 root root 10692 Feb 20 08:51 testsaslauthd
-r-xr-xr-x 1 root root 89204 Mar 6 07:15 thttpd
-rwxr-xr-x 1 root root 4304 Feb 23 01:42 tickadj
-rwxr-xr-x 1 root root 72 Mar 6 07:52 timeconfig
-rwxr-xr-x 1 root root 16136 Feb 12 10:06 tmpwatch
-rwxr-xr-x 1 root root 7100 Feb 11 16:46 togglesebool
lrwxrwxrwx 1 root root 14 Mar 24 22:57 tracepath -> /bin/tracepath
lrwxrwxrwx 1 root root 15 Mar 24 22:57 tracepath6 -> /bin/tracepath6
-rwxr-xr-x 1 root root 14636 Feb 12 09:42 try-from
-rwxr-xr-x 1 root root 8956 Mar 9 14:54 tunelp
-rwxr-xr-x 1 root root 19336 Feb 12 10:35 tux
-rwxr-xr-x 1 root root 12004 Feb 12 10:35 tux2w3c
-rwxr-xr-x 1 root root 7216 Feb 12 10:35 tuxstat
-rwx------ 1 root root 5093 Mar 7 14:00 tzdata-update
-rwxr-xr-x 1 root root 7520 Mar 8 02:22 udevmonitor
lrwxrwxrwx 1 root root 12 Mar 24 22:56 update-alternatives -> alternatives
-rwxr-xr-x 1 root root 74956 Feb 12 01:36 useradd
-rwxr-xr-x 1 root root 53576 Feb 12 01:36 userdel
-rws--x--x 1 root root 36972 Feb 12 10:43 userhelper
-rwsr-xr-x 1 root root 7092 Mar 1 07:30 userisdnctl
-rwxr-xr-x 1 root root 75148 Feb 12 01:36 usermod
-rwsr-xr-x 1 root root 7536 Mar 14 15:16 usernetctl
-rwxr-sr-x 1 root utmp 8764 Feb 12 12:37 utempter
-rwxr-xr-x 1 root root 38824 Mar 11 16:31 vbetool
lrwxrwxrwx 1 root root 16 Mar 24 23:06 vboxd -> ../../sbin/vboxd
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgcfgbackup -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgcfgrestore -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgchange -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgck -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgconvert -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgcreate -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgdisplay -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgexport -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgextend -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgimport -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgmerge -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgmknodes -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgreduce -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgremove -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgrename -> lvm
 
Old 04-21-2006, 10:33 PM   #41
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgs -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgscan -> lvm
lrwxrwxrwx 1 root root 3 Mar 24 22:58 vgsplit -> lvm
lrwxrwxrwx 1 root root 4 Mar 24 23:00 vidmode -> rdev
lrwxrwxrwx 1 root root 4 Mar 24 23:00 vigr -> vipw
-rwxr-xr-x 1 root root 12476 Mar 9 14:54 vipw
-rwxr-xr-x 1 root root 69392 Feb 12 01:41 visudo
-rwxr-xr-x 1 root root 11292 Feb 8 22:27 vpddecode
-rwxr-xr-x 1 root root 130840 Feb 12 10:52 vsftpd
-rwxr-xr-x 1 root root 79024 Feb 12 01:03 warnquota
-rwxr-xr-x 1 root root 2221148 Feb 13 08:36 winbindd
-rwxr-xr-x 1 root root 25236 Mar 3 23:27 wpa_cli
-rwxr-xr-x 1 root root 10124 Mar 3 23:27 wpa_passphrase
-rwxr-xr-x 1 root root 282244 Mar 3 23:27 wpa_supplicant
-rwxr-xr-x 1 root root 1483 Feb 12 12:30 xsane-install-gimp-plugin
-r-xr-xr-x 1 root root 13408 Feb 13 09:46 yppoll
-r-xr-xr-x 1 root root 16040 Feb 13 09:46 ypserv_test
-r-xr-xr-x 1 root root 10684 Feb 13 09:46 ypset
-r-xr-xr-x 1 root root 16644 Feb 13 09:46 yptest
-rwxr-xr-x 1 root root 11140 Mar 7 14:00 zdump
-rwxr-xr-x 1 root root 35768 Mar 7 14:00 zic
 
Old 04-21-2006, 10:33 PM   #42
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Sorry, lots of stuff.
You might not need all of it
but just in case...

Thanks!
 
Old 04-21-2006, 10:43 PM   #43
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
*Sigh* This is part of the reason I hate pre-packaged apps.

Ok, it looks like you've got a half-installed Apache. So, your options are to install the rest of it OR build it from source to make sure you have everything.

First, confirm the version of Apache you're running:

$ /usr/sbin/httpd -V

and post the output here. Then you should see what httpd packages are available for FC5. Don't worry about which one(s) you'll need yet, just get the list.

Then we can go from there.

Without APXS, you won't be able to build mod_jk2 as a DSO (shared Apache module) and I'm not sure what your options will be if you can't get mod_jk2 built as a DSO for your Apache version. Maybe a pre-built one could be downloaded.

Also, see if there are any Tomcat packages for FC5 and/or any mod_jk2 packages for FC5.

I'm gone for the evening.

Peace...
 
Old 04-21-2006, 10:56 PM   #44
thisObject
Member
 
Registered: Apr 2006
Posts: 170

Original Poster
Rep: Reputation: 30
Hello,

result of the command "/usr/sbin/httpd -V":

Quote:
Server version: Apache/2.2.0
Server built: Feb 11 2006 18:10:38
Server's Module Magic Number: 20051115:0
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Thanks.
Yeah, Friday night int the city...
 
Old 04-22-2006, 10:27 AM   #45
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Ok, you will need to find httpd-2.2.0 packages you can install. Find out what http-2.2.0 packages are avaiable for FC5 and we can figure out you will need to install.

Peace...
 
  


Reply



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
Running jsps in user home directory doesn't work (Apache Tomcat and mod_userdir) jimieee Linux - Networking 0 03-23-2005 10:12 AM
how to get apache and tomcat work together chinaundead Programming 7 12-06-2004 10:33 PM
Tomcat 5.5.1 and Apache 2 kpmaddenuk Linux - Software 2 10-30-2004 05:55 AM
Why use Apache with Tomcat rather than just Tomcat itself? davee Linux - Software 1 08-21-2003 09:47 PM
Apache,Tomcat prowzen Linux - Software 0 05-09-2001 06:23 PM

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

All times are GMT -5. The time now is 04:48 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