Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,214
» Latest member: topupaman
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 544 online users. » 0 Member(s) | 541 Guest(s) Applebot, Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 406
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 85,407
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 39,741
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,857
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,326
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,317
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 115,525
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 53,514
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 43,798
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,734
|
|
|
Apache 2 access logs & Webalizer |
Posted by: MelRay - 2004-11-03, 11:22 PM - Forum: LAMP
- Replies (1)
|
 |
I'm trying to install webalizer on RH9. Here's some details:
Code: [root@melray webalizer-2.01-10]# ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether ln -s works... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking whether char is unsigned... (cached) no
checking for main in -l44bsd... (cached) no
checking for main in -lm... (cached) yes
checking for main in -lz... (cached) yes
checking for gzrewind in -lz... (cached) yes
checking for main in -lpng... (cached) yes
checking for gdImagePng in -lgd... (cached) no
checking for libgd.a... (cached) /usr/local/lib
checking for gd.h... (cached) /usr/local/include
checking for getopt.h... (cached) yes
checking for math.h... (cached) yes
checking default config dir... (cached) /etc
checking for language file... (cached) yes - english
creating ./config.status
creating Makefile
linking ./lang/webalizer_lang.english to webalizer_lang.h
Code: [root@melray webalizer-2.01-10]# make
gcc -L/usr/local/lib -o webalizer webalizer.o hashtab.o linklist.o preserve.o parser.o output.o dns_resolv.o graphs.o -lgd -lpng -lz -lm
graphs.o(.text+0x5aa): In function `year_graph6x':
: undefined reference to `gdImagePng'
graphs.o(.text+0x126d): In function `month_graph6':
: undefined reference to `gdImagePng'
graphs.o(.text+0x1bd5): In function `day_graph3':
: undefined reference to `gdImagePng'
graphs.o(.text+0x2338): In function `pie_chart':
: undefined reference to `gdImagePng'
collect2: ld returned 1 exit status
make: *** [webalizer] Error 1
Code: [root@melray webalizer-2.01-10]# rpm -q libpng
libpng-1.2.2-20
[root@melray webalizer-2.01-10]# rpm -q libpng-devel
libpng-devel-1.2.2-20
[root@melray webalizer-2.01-10]# rpm -q gd
gd-1.8.4-11
[root@melray webalizer-2.01-10]# rpm -q gd-devel
gd-devel-1.8.4-11
I know gd works properly becuase I use Gallery on this server. However, I don't know why I can't get webalizer up and running. Please let me know if you need any more information about this setup so I can get this working.
Ray
|
|
|
Problem with MySQL |
Posted by: RavenManor - 2004-11-03, 09:54 PM - Forum: LAMP
- Replies (1)
|
 |
[root@x1-6-00-0b-db-98-ad-39 mysql-standard-4.1.7-pc-linux-i686]# ./configure --prefix=/usr/local/mysql \--localstatedir=/usr/local/mysql/data \--disable-maintainer-mode \--with-mysqld-user=mysql \--enable-large-files \--without-comment \--without-debug \--without-docs \--without-bench
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
WARNING: The host 'x1-6-00-0b-db-98-ad-39' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
Installing all prepared tables
041103 16:03:51 [Warning] Asked for 196608 thread stack, but got 126976
Fill help tables
041103 16:03:51 [Warning] Asked for 196608 thread stack, but got 126976
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h x1-6-00-0b-db-98-ad-39 password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
[/url]http://www.mysql.com
Support MySQL by buying support/licenses at [url=https://order.mysql.com]https://order.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@x1-6-00-0b-db-98-ad-39 mysql-standard-4.1.7-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/src/mysql-standard-4.1.7-pc-linux-i686/data
STOPPING server from pid file /usr/local/src/mysql-standard-4.1.7-pc-linux-i686/data/x1-6-00-0b-db-98-ad-39.pid
041103 16:03:52 mysqld ended
|
|
|
In need of help with a couple of things. |
Posted by: Longwolf - 2004-10-30, 03:53 PM - Forum: How Do I?
- Replies (2)
|
 |
Hi,
I have red hat 9 installed on my laptop after using suse 9.1 for a bit. The conntection etc works fine but i have the below trouble.
I installed fluxbox and im not sure how to run it even after reading somones guide on here. I understand you have to change something to get it to apear in sessions so you can login with fluxbox at the login screen but i have fluxbox as an option already so does that mean its fully installed and i just need to run it? If so how do i run it and get it working?
Problem 2 is a bit more simple i want to get gaim working so i can contact people on msn, icq etc but i dont know there servers ands ports to put it when configuring it. Anyone know them or where i can find them as at current i have no working IM.
Thanks... :)
|
|
|
Digital Camera related question |
Posted by: wm009 - 2004-10-28, 09:38 PM - Forum: How Do I?
- Replies (1)
|
 |
Well, the problem isn't really getting the files, since I know how to get them. I can use the program flphoto. The only thing about the program is, that I must run it in root, so it can mount my camera, when I hook it up to the USB.
While the program was running I ran the command: mount -l
To see what the program was using.
Quote:usbdevfs on /proc/bus/usb/ type usbdevfs (rw)
Now the thing is, I want to make a launcher, to my flphoto, where I don't have to run it from a console in root. I either need to know how to make a launcher ask for root password, or how to let flphoto mount whatever it mounts under my user account.
Any thoughts?
|
|
|
ongoing ipv6 problem |
Posted by: anyweb - 2004-10-28, 02:24 PM - Forum: DNS and DHCP
- Replies (1)
|
 |
hi,
i have ipv6 setup nicely now with freenet (becuase sixxs.net SUCK TOTALLY both in attitude to users and support or rather complete lack of support /rant )
but... i have a problem with it, it happens every day at different times so i guess it could be the broker problem
heres the output when i try to start it
Code: [root@localhost root]# /usr/local/tspc2/bin/tspc -vvvf /usr/local/tspc2/bin/tspc.conf
tspc - Tunnel Setup Protocol Client v2.1
Initializing (use -h for help)
Connecting to server with reliable udp
Using TSP protocol version 2.0.0
Establishing connection with tunnel broker...
Getting capabilities from server
tspGetCapabilities error 2: SOCKET_ERROR
if you are using udp, there is probably no udp listener at broker.freenet6.net
Reliable udp connection failed, fallback to tcp and V6V4
Connecting to server with tcp
Using TSP protocol version 2.0.0
Establishing connection with tunnel broker...
Unable to establish connection with broker.freenet6.net
All transports failed, quitting
Error is 2: SOCKET_ERROR
TSP session done
of course, when this happens my psybnc goes into gaga mode and i'm dropped from irc...
any ideas what i need to check ?
cheers
anyweb
|
|
|
xfree86 configration help |
Posted by: Guest - 2004-10-27, 10:23 PM - Forum: Xorg Problems
- Replies (2)
|
 |
I previously was able to start X server via the command 'startx'
I then ps -ef|grep X
and I killed all the processors that had anything to do with X.
Now when I try to run the command 'startx' I am getting configration errors.. I assume there is a PID that I have not successfully killed or something to that effect.. Below is the output of the X configration.. I am not sure what is causing it to stop running
-----
OS Kernel: Linux version 2.4.21-4.0.1.ELsmp (bhcompile@porky.devel.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)) #1 SMP Thu Oct 23 01:27:36 EDT 2003
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Oct 27 17:32:38 2004
(++) Using config file: "/root/XF86Config.new"
Wed Oct 27 17:32:38 2004
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5900
vncext: created VNC server for screen 0
(EE) xf86OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
No core pointer
Fatal server error:
failed to initialize core devices
If you encounter a server crash, please report the problem by filing a bug
report in the XFree86.org bugzilla at [/url]http://bugs.xfree86.org and/or Red Hat
bugzilla at [url=http://bugzilla.redhat.com/bugzilla]http://bugzilla.redhat.com/bugzilla. When filing your report, it
is very important that you explain your problem in as much detail as possible,
and include a complete description on how to reproduce the problem. After
submitting the bug report, attach the following files as uncompressed
individual file attachments using the bugzilla file attachment feature:
- X server log file: /var/log/XFree86.0.log
- X server config file: /root/XF86Config.new
- Kernel log file: /var/log/messages
|
|
|
|