Syslog – Rascunho

*******************************************************************************
Instalar e Configurar o Syslog
Criado por: Alessandro C. M. Kuramoto
Data: 05/03/2010
Modificado em: 09/06/2010-08:44
v.20100609-0844
Palavras-chaves: syslog, LogZilla
keywords: syslog, LogZilla

If you want to know something about this file, send an e-mail to me at the
sancmk@gmail.com or post a comment here (at the Word Press)

moshi kono fairu no koto wo shiteitakatara, boku ni email wo okutte kudasai,
matawa kono Word Press ni chuushaku mo shitte ii desu.
boku no email wa sancmk@gmail.com desu

Por favor, matenham o nome do autor deste arquivo.
*******************************************************************************

###############################################################################
# Temp:
###############################################################################

VER: (Muito Bom)

http://focalinux.cipsga.org.br/guia/avancado/ch-log.htm

VER:

http://www.vivaolinux.com.br/artigo/Servidor-de-logs-em-Debian-Linux?pagina=2

http://www.vivaolinux.com.br/artigo/Servidor-de-logs-em-Debian-Linux?pagina=3

VER:

http://openmaniak.com/syslog_other.php

Unfortunately, Windows by itself cannot forward the logs generated by the event viewer to a syslog server.
A tool called Snare is required for this function. Snare developed by the Interselect Alliance is known to
be one of the best free tools for this purpose. This an  open source software released under the terms of
the GNU Public Licence ( GPL).

http://ntsyslog.sourceforge.net/

http://edoceo.com/creo/winlogd

http://nms.gdd.net/index.php/Install_Guide_for_LogZilla_v3.0

Ver: SVN

|##########^ Temp ############################################################|

###############################################################################
# Conceitos:
###############################################################################

Servidor Syslog trabalha na porta udp/514

(Fonte: http://focalinux.cipsga.org.br/guia/avancado/ch-log.htm)
Em uma grande rede, é recomendável configurar um computador dedicado como servidor de log (desativando qualquer outro serviço) e configurar o iptables para aceitar somente o tráfego indo para a porta UDP 514 (syslogd):

iptables -P INPUT DROP
iptables -A INPUT -p udp –dport 514 -j ACCEPT

|##########^ Conceitos #######################################################|

###############################################################################
# Dados:
###############################################################################

### Tempos de Pesquisa:
## Para o LogZilla: ~ 22 horas

|##########^ Dados ###########################################################|

*******************************************************************************
Instalar e Configurar o rsyslog
Criado por: Alessandro C. M. Kuramoto
Data: 05/03/2010
Modificado em: 28/06/2010-20:44
v.20100628-2044
Palavras-chaves: rsyslog
keywords: rsyslog

If you want to know something about this file, send an e-mail to me at the
sancmk@gmail.com or post a comment here (at the Word Press)

moshi kono fairu no koto wo shiteitakatara, boku ni email wo okutte kudasai,
matawa kono Word Press ni chuushaku mo shitte ii desu.
boku no email wa sancmk@gmail.com desu

Por favor, matenham o nome do autor deste arquivo.
*******************************************************************************

###############################################################################
# Temp:
###############################################################################

VER: (Muito Bom)

http://www.dicas-l.com.br/dicas-l/20100518.php

###############################################################################
# Conceitos:
###############################################################################

Servidor Syslog trabalha na porta udp/514

(Fonte: http://focalinux.cipsga.org.br/guia/avancado/ch-log.htm)
Em uma grande rede, é recomendável configurar um computador dedicado como servidor de log (desativando qualquer outro serviço) e configurar o iptables para aceitar somente o tráfego indo para a porta UDP 514 (syslogd):

iptables -P INPUT DROP
iptables -A INPUT -p udp –dport 514 -j ACCEPT

|##########^ Conceitos #######################################################|

###############################################################################
# Configurando o rsyslog como Cliente:
###############################################################################
>Configurando
Tags: Configurando o cliente do Syslog-NG

|<<<<<<<<< **** rsyslog **** #### Configurando o rsyslog como Cliente ####
vim /etc/rsyslog.conf
_______________________________________________________________________________
SO: Debian 5.0 Lenny
Arquivo: /etc/rsyslog.conf
—————————————————————————-
.
..

#>>>> Adionado
### Adicionado linha com o IP do servidor de Syslog
*.*                             @10.161.0.61

..
.
.
|———-^ Arquivo: /etc/rsyslog.conf ————————————–|

|<<<<<<<<< **** rsyslog **** #### Configurando o rsyslog como Cliente ####
### Reinicie o serviço:
/etc/init.d/rsyslog restart

|##########^ Configurando o rsyslog como Cliente #############################|

|**********^ rsyslog *********************************************************|

*******************************************************************************
Instalar e Configurar o Syslog-NG
Criado por: Alessandro C. M. Kuramoto
Data: 05/03/2010
Modificado em: 05/03/2010-08:44
v.20100305-0844
Palavras-chaves: syslog-ng
Keywords: syslog-ng

If you want to know something about this file, send an e-mail to me at the
sancmk@gmail.com or post a comment here (at the Word Press)

moshi kono fairu no koto wo shiteitakatara, boku ni email wo okutte kudasai,
matawa kono Word Press ni chuushaku mo shitte ii desu.
boku no email wa sancmk@gmail.com desu

Por favor, matenham o nome do autor deste arquivo.
*******************************************************************************

###############################################################################
# Temp:
###############################################################################

http://en.wikipedia.org/wiki/Syslog-ng

http://www.dicas-l.com.br/dicas-l/20081013.php

Muito BOM:

http://www.italo.digi.com.br/blog/2007/11/01/filtrando-logs-com-o-syslog-ng/

http://bjuniow.wordpress.com/2009/08/20/instalando-syslog-ng-com-mysql/

http://www.softpanorama.org/Logs/Syslog_ng/configuration_examples.shtml

http://sial.org/howto/logging/syslog-ng/

VER:

http://awstats.sourceforge.net/

http://www.phplogcon.org/module-Static_Docs-view-f-/install.html.phtml

|##########^ Temp ############################################################|

###############################################################################
# Conceitos:
###############################################################################

|##########^ Conceitos #######################################################|

###############################################################################
# Servidor:
###############################################################################

SO:       Debian 4.0 Etch
Servidor: Squid
Serviço:  Squid

Instalação básica (modo texto).

RAM

Swap
/boot          100 MB
/
/usr
/var

===============================================================================
Dados para referências/diferenciação: (Estudo de caso)
===============================================================================

###############################################################################
# Conceitos:
###############################################################################

|##########^ Conceitos #######################################################|

###############################################################################
# Instalando o syslog-ng:
###############################################################################

===============================================================================
Instalando o syslog-ng no Debian:
===============================================================================

|<<<<<<<<<<<<<< **** syslog-ng **** #### Configurando ####
|<<<<<<<<<<<<<< ==== Instalando o syslog-ng no Debian ====
### Atualizando a lista de pacotes:
apt-get update

### Para instalar execute:
apt-get install syslog-ng

|==========^ Instalando o Apache no Debian ===================================|

|#########^ Instalando o syslog-ng ###########################################|

###############################################################################
# Arquivos de Configuração:
###############################################################################

|#########^ Arquivos de Configuração##########################################|

###############################################################################
# Configurando o Servidor Syslog-NG:
###############################################################################
> Configurando

|<<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####

vim /etc/syslog-ng/syslog-ng.conf
_______________________________________________________________________________
SO: Debian 5.0 Lenny
Arquivo: /etc/syslog-ng/syslog-ng.conf (Permissões: -rw-r–r– 1 root root)
——————————————————————————-
.
..

options {
## Habilita/Desabilita o formato: nome_do_host/IP nos logs
# disable the chained hostname format in logs
# (default is enabled)
#       chain_hostnames(0);
chain_hostnames(yes);

# the time to wait before a died connection is re-established
# (default is 60)
time_reopen(10);

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
# the time to wait before an idle destination file is closed
# (default is 60)
time_reap(360);

# the number of lines buffered before written to file
# you might want to increase this if your disk isn’t catching with
# all the log messages you get or if you want less disk activity
# (say on a laptop)
# (default is 0)
#sync(0);

# the number of lines fitting in the output queue
log_fifo_size(2048);

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
## Habilita ou desabilita a criação de diretório
# enable or disable directory creation for destination files
create_dirs(yes);

# default owner, group, and permissions for log files
# (defaults are 0, 0, 0600)
#owner(root);
group(adm);
perm(0640);

# default owner, group, and permissions for created directories
# (defaults are 0, 0, 0700)
#dir_owner(root);
#dir_group(root);
dir_perm(0755);

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
# enable or disable DNS usage
# syslog-ng blocks on DNS queries, so enabling DNS may lead to
# a Denial of Service attack
# (default is yes)
use_dns(no);

# maximum length of message in bytes
# this is only limited by the program listening on the /dev/log Unix
# socket, glibc can handle arbitrary length log messages, but — for
# example — syslogd accepts only 1024 bytes
# (default is 2048)
#log_msg_size(2048);

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
#Disable statistic log messages.
stats_freq(0);

# Some program send log messages through a private implementation.
# and sometimes that implementation is bad. If this happen syslog-ng
# may recognise the program name as hostname. Whit this option
# we tell the syslog-ng that if a hostname match this regexp than that
# is not a real hostname.
bad_hostname(“^gconfd$”);
};

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
### Todas as mensagens conhecidas:
# all known message sources
source s_all {
### internal() – Mensagens geradas pelo Syslog-NG
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream(“/dev/log”);
# messages from the kernel
file(“/proc/kmsg” log_prefix(“kernel: “));
# use the following line if you want to receive remote UDP logging messages
# (this is equivalent to the “-r” syslogd flag)
# udp();
};

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####
#>>>> Adicionado as linhas abaixo:
source s_net { udp(ip(“0.0.0.0″) port(514)); };
destination destino_servidor { file(“/var/log/servidor.log”); };
log { source(s_net); destination(destino_servidor); };


..
.
|———-^ Arquivo: /etc/syslog-ng/syslog-ng.conf ————————–|

#|<<<<<<<<<<<< **** Syslog-NG **** #### Configurando o Servidor Syslog-NG ####

|##########^ Configurando o Servidor Syslog-NG ###############################|

###############################################################################
# Instalando/Configurando o PHP-SYSLOG-NG:
###############################################################################

(Fonte: http://www.vivaolinux.com.br/artigo/Gerenciando-logs-do-Linux-pela-WEB-com-o-PHPSYSLOGNG-(parte-1)?pagina=6)

|##########^ Instalando/Configurando o PHP-SYSLOG-NG #########################|

###############################################################################
# Instalando/Configurando o LogAnalyzer:
###############################################################################

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
### O LogAnalyzer é um outro FrontEnd para o Syslog e Syslog-NG

(Fonte: http://loganalyzer.adiscon.com/doc/install.html)

#### Pré-Requistos:
# Apache2
# MySQL
# PHP5

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
### Faça Download do arquivo do LogAnalyzer:
wget -c http://download.adiscon.com/loganalyzer/loganalyzer-3.0.0.tar.gz

### Descompacte o arquivo loganalyzer-3.0.0.tar.gz:
tar xzvf loganalyzer-3.0.0.tar.gz

### Entre no diretório dos arquivos do LogAnalyzer:
cd loganalyzer-3.0.0

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
### Copie o diretório “src” para a raiz (root) do apache:
cp -rv src /var/www/loganalyzer-3.0.0

### Crie um link simbólico para o diretório /var/www/loganalyzer-3.0.0
### para facilitar a configuração:
ln -sv /var/www/loganalyzer-3.0.0 /var/www/loganalyzer

### Dentro do diretório “loganalyzer-3.0.0″ entre no diretório “contrib”:
cd loganalyzer-3.0.0/contrib

### Execute o comando “chmod” e transforme o script “configure.sh” em
### executável:
chmod +x configure.sh

### Execute o Script configure.sh:
./configure.sh

### Mova o arquivo criado “config.php” para o diretório /var/www/loganalyzer:
mv -v loganalyzer-3.0.0/contrib/config.php /var/www/loganalyzer

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
### Configure o Apache2 para poder carregar as páginas, neste exemplo foi
### foi criado um diretório virtual:
## Exemplo do Debian 5.0 Lenny

vim /etc/apache2/sites-available/default
_______________________________________________________________________________
SO: Debian 5.0 Lenny
Arquivo: /etc/apache2/sites-available/default
(Permissões: -rw-r–r– 1 root root)
—————————————————————————-

<VirtualHost *:80>
.
..

#|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
#>>>> Linhas adicionadas:
### O diretório “/var/www/loganalyzer” deve existir no Linux
Alias /loganalyzer “/var/www/loganalyzer/”
<Directory “/var/www/loganalyzer”>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

</VirtualHost>

|———-^ /etc/apache2/sites-available/default —————————-|

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####

### Reinicie o Apache:
invoke-rc.d apache2 restart

|<<<<<<< **** Syslog-NG **** #### Instalando/Configurando o LogAnalyzer ####
### Acesse de um Browser o servidor Web:
# Exemplo:

http://192.168.56.73/loganalyzer/install.php

##### Installing LogAnalyzer Version 3.0.0 – Step 3
##### A primeira página será a verificação dos Pré-requisitos:
# Step 1 – Prerequisites
# Nesta página clique em: [Next]

##### Installing LogAnalyzer Version 3.0.0 – Step 3
##### É verificado se o arquivo ‘./config.php’ está com as permissões corretas:
# Step 2 – Verify File Permissions
# Nesta página clique em: [Next]

##### Installing LogAnalyzer Version 3.0.0 – Step 3
# Step 3 – Basic Configuration
#
# Parâmetros de configuração do FrontEnd:
#
# Number of syslog messages per page: (coloque 100)
#
# Enable User Database: (Marque: Yes)
#
# Require user to be logged in: (Marque: Yes)
#
# Mantenha os outros parâmetros…
#

——————————————————————————-
## Erro Específico do LogAnalyzer:

Caso apareça o erro abaixo no site de configuração do LogAnalyzer:

ERROR: At least one file or directory (or more) is not writeable, please check the file permissions (chmod 66

## Causa:

O arquivo “config.php” não existe no diretório “/var/www/loganalyzer”

## Solução:

Execute os passos abaixo:

### Dentro do diretório “loganalyzer-3.0.0″ entre no diretório “contrib”:
cd loganalyzer-3.0.0/contrib

### Execute o comando “chmod” e transforme o script “configure.sh” em
### executável:
chmod +x configure.sh

### Execute o Script configure.sh:
./configure.sh

### Mova o arquivo criado “config.php” para o diretório /var/www/loganalyzer:
mv -v loganalyzer-3.0.0/contrib/config.php /var/www/loganalyzer

|—————————————————————————–|

——————————————————————————-
## Erro Específico do LogAnalyzer:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘user’@'localhost’ (using password: NO) in /var/www/loganalyzer-3.0.0/src/install.php on line 312

Warning: Cannot modify header information – headers already sent by (output started at /var/www/loganalyzer-3.0.0/src/install.php:312) in /var/www/loganalyzer-3.0.0/src/include/functions_installhelpers.php on line 70

|##########^ Instalando/Configurando o LogAnalyzer #########################|

###############################################################################
# Instalando/Configurando o LogZilla CentOS:
###############################################################################
>LogZilla

http://php-syslog-ng.googlecode.com/files/logzilla_3.0.40.mp4

(Opcional)
### Atualize o sistema:
## Cuidade: este procedimento deve ser feito com cautela
yum update

|<<<<<<<<<<<<<< #### Instalando/Configurando o LogZilla CentOS ####
(Opcional)
### Se atualizar o sistema, reinicialize:
init 6

|<<<<<<<<<<<<<< #### Instalando/Configurando o LogZilla CentOS ####
### Instale o banco de dados MySQL:
# No site: http://nms.gdd.net/index.php/LogZilla_on_Redhat/CentOS/Fedora
# É solicitado para fazer download do site:
# http://dev.mysql.com/downloads/mysql/#downloads
#
# Tentado:
yum install mysql

wget -c http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-client-community-5.1.48-1.rhel5.i386.rpm/from/http://mysql.cce.usp.br/
wget -c http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-community-5.1.48-1.rhel5.i386.rpm/from/http://mysql.cce.usp.br/
wget -c http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-devel-community-5.1.48-1.rhel5.i386.rpm/from/http://mysql.cce.usp.br/
wget -c http://dev.mysql.com/get/Downloads/MySQL-6.0/MySQL-shared-community-6.0.9-0.rhel5.i386.rpm/from/http://mysql.he.net/

rpm -ivh MySQL-client-community-5.1.48-1.rhel5.i386.rpm
rpm -ivh MySQL-server-community-5.1.48-1.rhel5.i386.rpm
rpm -ivh MySQL-shared-community-6.0.9-0.rhel5.i386.rpm

### Para iniciar o MySQL:
service mysqld start

### Configurando o MySQL para iniciar automaticamente:
chkconfig mysqld on

### Instale o Syslog-NG:
# No site: http://nms.gdd.net/index.php/LogZilla_on_Redhat/CentOS/Fedora
# é solicitado para fazer download do site:
# http://www.balabit.com/downloads/files/syslog-ng/sources/
#
# Tentado:
yum -y install syslog-ng

### Para iniciar o Syslog-NG:
service syslog-ng start

### Configurando o Syslog-NG para iniciar automaticamente:
chkconfig syslog-ng on

### Instalar o perl-Date-Calc:
yum -y install perl-Date-Calc

#—> Saída do comando: (parte da saída do comando)
Installing for dependencies:
perl-Bit-Vector              i386                6.4-2.2.2.1               base              179 k
perl-Carp-Clan               noarch              5.3-1.2.1                 base               22 k
#—-^ Saída do comando: yum install perl-Date-Calc

### Instalar o gcc:
yum -y install gcc

#—> Saída do comando: (parte da saída do comando)
Installing for dependencies:
cpp                       i386            4.1.2-48.el5                    base               2.6 M
glibc-devel               i386            2.5-49.el5_5.2                  updates            2.0 M
glibc-headers             i386            2.5-49.el5_5.2                  updates            602 k
kernel-headers            i386            2.6.18-194.3.1.el5              updates            1.0 M
libgomp                   i386            4.4.0-6.el5                     base                70 k
#—-^ Saída do comando: yum install gcc

### Instalar o gcc-c++
yum -y install gcc-c++

### Instalar o perl-DBI
yum -y install perl-DBI

### Para instalar o ncftp:
yum -y install ncftp

### Rode o comando cpan:
cpan File::Tail DBD::mysql Text::LevenshteinXS

#—> Saída do comando:
/usr/lib/perl5/5.8.8/CPAN/Config.pm initialized.

CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.

If you do not want to enter a dialog now, you can answer ‘no’ to this
question and I’ll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing ‘o conf init’ at the cpan prompt.)

Are you ready for manual configuration? [yes]

The following questions are intended to help you with the
configuration. The CPAN module needs a directory of its own to cache
important index files and maybe keep a temporary mirror of CPAN files.
This may be a site-wide directory or a personal directory.

First of all, I’d like to create this directory. Where?

CPAN build and cache directory? [/root/.cpan]

If you want, I can keep the source files after a build in the cpan
home directory. If you choose so then future builds will take the
files from there. If you don’t want to keep them, answer 0 to the
next question.

How big should the disk cache be for keeping the build directories
with all the intermediate files?

Cache size for build directory (in MB)? [10] 20

By default, each time the CPAN module is started, cache scanning
is performed to keep the cache size in sync. To prevent from this,
disable the cache scanning with ‘never’.

Perform cache scanning (atstart or never)? [atstart]

To considerably speed up the initial CPAN shell startup, it is
possible to use Storable to create a cache of metadata. If Storable
is not available, the normal index mechanism will be used.

Cache metadata (yes/no)? [yes]

The next option deals with the charset your terminal supports. In
general CPAN is English speaking territory, thus the charset does not
matter much, but some of the aliens out there who upload their
software to CPAN bear names that are outside the ASCII range. If your
terminal supports UTF-8, you say no to the next question, if it
supports ISO-8859-1 (also known as LATIN1) then you say yes, and if it
supports neither nor, your answer does not matter, you will not be
able to read the names of some authors anyway. If you answer no, names
will be output in UTF-8.

Your terminal expects ISO-8859-1 (yes/no)? [yes]

If you have one of the readline packages (Term::ReadLine::Perl,
Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
shell will have history support. The next two questions deal with the
filename of the history file and with its size. If you do not want to
set this variable, please hit SPACE RETURN to the following question.

File to save your history? [/root/.cpan/histfile]
Number of lines to save? [100]

The CPAN module can detect when a module that which you are trying to
build depends on prerequisites. If this happens, it can build the
prerequisites for you automatically (‘follow’), ask you for
confirmation (‘ask’), or just ignore them (‘ignore’). Please set your
policy to one of the three values.

Policy on building prerequisites (follow, ask or ignore)? [ask]

The CPAN module will need a few external programs to work properly.
Please correct me, if I guess the wrong path for a program. Don’t
panic if you do not have some of them, just press ENTER for those. To
disable the use of a download program, you can type a space followed
by ENTER.

Where is your gzip program? [/bin/gzip]
Where is your tar program? [/bin/tar]
Where is your unzip program? [/usr/bin/unzip]
Where is your make program? [/usr/bin/make]
Where is your links program? [/usr/bin/links]
Where is your wget program? [/usr/bin/wget]
Warning: ncftpget not found in PATH
Where is your ncftpget program? [] /usr/bin/ncftpget
Where is your ftp program? [/usr/kerberos/bin/ftp]
Where is your gpg program? [/usr/bin/gpg]
What is your favorite pager program? [/usr/bin/less]
What is your favorite shell? [/bin/bash]

Every Makefile.PL is run by perl in a separate process. Likewise we
run ‘make’ and ‘make install’ in processes. If you have any
parameters (e.g. PREFIX, LIB, UNINST or the like) you want to pass
to the calls, please specify them here.

If you don’t understand this question, just press ENTER.

Parameters for the ‘perl Makefile.PL’ command?
Typical frequently used settings:

PREFIX=~/perl       non-root users (please see manual for more hints)

Your choice:  []
Parameters for the ‘make’ command?
Typical frequently used setting:

-j3              dual processor system

Your choice:  []
Parameters for the ‘make install’ command?
Typical frequently used setting:

UNINST=1         to always uninstall potentially conflicting files

Your choice:  []

Sometimes you may wish to leave the processes run by CPAN alone
without caring about them. As sometimes the Makefile.PL contains
question you’re expected to answer, you can set a timer that will
kill a ‘perl Makefile.PL’ process after the specified time in seconds.

If you set this value to 0, these processes will wait forever. This is
the default and recommended setting.

Timeout for inactivity during Makefile.PL? [0]

If you’re accessing the net via proxies, you can specify them in the
CPAN configuration or via environment variables. The variable in
the $CPAN::Config takes precedence.

Your ftp_proxy?
Your http_proxy?
Your no_proxy?
You have no /root/.cpan/sources/MIRRORED.BY
I’m trying to fetch one
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY

Now we need to know where your favorite CPAN sites are located. Push
a few sites onto the array (just in case the first on the array won’t
work). If you are mirroring CPAN to your local workstation, specify a
file: URL.

First, pick a nearby continent and country (you can pick several of
each, separated by spaces, or none if you just want to keep your
existing selections). Then, you will be presented with a list of URLs
of CPAN mirrors in the countries you selected, along with previously
selected URLs. Select some of those URLs, or just keep the old list.
Finally, you will be prompted for any extra URLs — file:, ftp:, or
http: — that host a CPAN mirror.

(1) Africa
(2) Asia
(3) Australasia
(4) Central America
(5) Europe
(6) North America
(7) Oceania
(8) South America
Select your continent (or several nearby continents) [] 8
Sorry! since you don’t have any existing picks, you must make a
geographic selection.

(1) Argentina
(2) Brazil
(3) Chile
(4) Colombia
Select your country (or several nearby countries) [] 2
Sorry! since you don’t have any existing picks, you must make a
geographic selection.

(1) ftp://cpan.pop-mg.com.br/pub/CPAN/
(2) ftp://ftp.pucpr.br/CPAN
(3) http://cpan.kinghost.net/
Select as many URLs as you like (by number),
put them on one line, separated by blanks, e.g. ’1 4 5′ [] 2

Enter another URL or RETURN to quit: []
New set of picks:
ftp://ftp.pucpr.br/CPAN

commit: wrote /usr/lib/perl5/5.8.8/CPAN/Config.pm
CPAN: Storable loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Sun, 20 Jun 2010 04:27:14 GMT
HTTP::Date not available

There’s a new CPAN.pm version (v1.9402) available!
[Current version is v1.7602]
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running…

LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module File::Tail
Running make for M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz
CPAN: Digest::MD5 loaded ok
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/M/MG/MGRABNAR/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz ok
Scanning cache /root/.cpan/build for sizes
File-Tail-0.99.3/
File-Tail-0.99.3/META.yml
File-Tail-0.99.3/t/
File-Tail-0.99.3/t/20tail.t
File-Tail-0.99.3/t/30name_change.t
File-Tail-0.99.3/t/10open.t
File-Tail-0.99.3/select_demo
File-Tail-0.99.3/Tail.pm.debug
File-Tail-0.99.3/Changes
File-Tail-0.99.3/logwatch
File-Tail-0.99.3/MANIFEST
File-Tail-0.99.3/Tail.pm
/bin/tar: Read 9728 bytes from -
File-Tail-0.99.3/Makefile.PL
File-Tail-0.99.3/README

CPAN.pm: Going to build M/MG/MGRABNAR/File-Tail-0.99.3.tar.gz

File::Tail will be installed without debugging information.
This information isn’t usefull unless you intend to tinker
with the code. To install with debugging enabled, use:
perl Makefile.PL LOGIT
Checking if your kit is complete…
Looks good
Writing Makefile for File::Tail
cp Tail.pm blib/lib/File/Tail.pm
Manifying blib/man3/File::Tail.3pm
/usr/bin/make  — OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e” “test_harness(0, ‘blib/lib’, ‘blib/arch’)” t/*.t
t/10open………..ok
t/20tail………..ok
t/30name_change….ok
All tests successful.
Files=3, Tests=15, 62 wallclock secs ( 0.12 cusr +  0.16 csys =  0.28 CPU)
/usr/bin/make test — OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/File/Tail.pm
Installing /usr/share/man/man3/File::Tail.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/File/Tail/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install  — OK
Running install for module DBD::mysql
Running make for C/CA/CAPTTOFU/DBD-mysql-4.014.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.014.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/C/CA/CAPTTOFU/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.014.tar.gz ok
DBD-mysql-4.014/
DBD-mysql-4.014/ChangeLog
DBD-mysql-4.014/constants.h
DBD-mysql-4.014/dbdimp.c
DBD-mysql-4.014/dbdimp.h
DBD-mysql-4.014/eg/
DBD-mysql-4.014/eg/bug14979.pl
DBD-mysql-4.014/eg/bug21028.pl
DBD-mysql-4.014/eg/bug30033.pl
DBD-mysql-4.014/eg/bug30033pg.pl
DBD-mysql-4.014/eg/decimal_test.pl
DBD-mysql-4.014/eg/issue21946.pl
DBD-mysql-4.014/eg/prepare_memory_usage.pl
DBD-mysql-4.014/eg/proc_example1.pl
DBD-mysql-4.014/eg/proc_example2.pl
DBD-mysql-4.014/eg/proc_example2a.pl
DBD-mysql-4.014/eg/proc_example2b.pl
DBD-mysql-4.014/eg/proc_example3.pl
DBD-mysql-4.014/eg/proc_example4.pl
DBD-mysql-4.014/INSTALL.html
DBD-mysql-4.014/lib/
DBD-mysql-4.014/lib/Bundle/
DBD-mysql-4.014/lib/Bundle/DBD/
DBD-mysql-4.014/lib/Bundle/DBD/mysql.pm
DBD-mysql-4.014/lib/DBD/
DBD-mysql-4.014/lib/DBD/mysql/
DBD-mysql-4.014/lib/DBD/mysql/GetInfo.pm
DBD-mysql-4.014/lib/DBD/mysql/INSTALL.pod
DBD-mysql-4.014/lib/DBD/mysql.pm
DBD-mysql-4.014/Makefile.PL
DBD-mysql-4.014/Makefile.PL.embedded
DBD-mysql-4.014/MANIFEST
DBD-mysql-4.014/MANIFEST.SKIP
DBD-mysql-4.014/META.yml
DBD-mysql-4.014/myld
DBD-mysql-4.014/mysql.xs
DBD-mysql-4.014/README
DBD-mysql-4.014/t/
DBD-mysql-4.014/t/00base.t
DBD-mysql-4.014/t/10connect.t
DBD-mysql-4.014/t/20createdrop.t
DBD-mysql-4.014/t/25lockunlock.t
DBD-mysql-4.014/t/29warnings.t
DBD-mysql-4.014/t/30insertfetch.t
DBD-mysql-4.014/t/31insertid.t
DBD-mysql-4.014/t/32insert_error.t
DBD-mysql-4.014/t/35limit.t
DBD-mysql-4.014/t/35prepare.t
DBD-mysql-4.014/t/40bindparam.t
DBD-mysql-4.014/t/40bindparam2.t
DBD-mysql-4.014/t/40blobs.t
DBD-mysql-4.014/t/40catalog.t
DBD-mysql-4.014/t/40keyinfo.t
DBD-mysql-4.014/t/40listfields.t
DBD-mysql-4.014/t/40nulls.t
DBD-mysql-4.014/t/40nulls_prepare.t
DBD-mysql-4.014/t/40numrows.t
DBD-mysql-4.014/t/40server_prepare.t
DBD-mysql-4.014/t/40server_prepare_error.t
DBD-mysql-4.014/t/40types.t
DBD-mysql-4.014/t/41bindparam.t
DBD-mysql-4.014/t/41blobs_prepare.t
DBD-mysql-4.014/t/42bindparam.t
DBD-mysql-4.014/t/50chopblanks.t
DBD-mysql-4.014/t/50commit.t
DBD-mysql-4.014/t/51bind_type_guessing.t
DBD-mysql-4.014/t/52comment.t
DBD-mysql-4.014/t/55utf8.t
DBD-mysql-4.014/t/60leaks.t
DBD-mysql-4.014/t/65types.t
DBD-mysql-4.014/t/70takeimp.t
DBD-mysql-4.014/t/71impdata.t
DBD-mysql-4.014/t/75supported_sql.t
DBD-mysql-4.014/t/76multi_statement.t
DBD-mysql-4.014/t/80procs.t
DBD-mysql-4.014/t/85init_command.t
DBD-mysql-4.014/t/lib.pl
DBD-mysql-4.014/t/mem_leak.pl
DBD-mysql-4.014/t/mysql.dbtest
DBD-mysql-4.014/t/mysql.mtest
DBD-mysql-4.014/TODO

CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.014.tar.gz

PLEASE NOTE:

For ‘make test’ to run properly, you must ensure that the
database user ‘root’ can connect to your MySQL server
and has the proper privileges that these tests require such
as ‘drop table’, ‘create table’, ‘drop procedure’, ‘create procedure’
as well as others.

mysql> grant all privileges on test.* to ‘root’@'localhost’ identified by ‘s3kr1t’;

You can also optionally set the user to run ‘make test’ with:

perl Makefile.PL –testuser=username

I will use the following settings for compiling and testing:

cflags        (mysql_config) = -I/usr/include/mysql  -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
embedded      (mysql_config) =
libs          (mysql_config) = -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto
mysql_config  (guessed     ) = mysql_config
nocatchstderr (default     ) = 0
nofoundrows   (default     ) = 0
ssl           (guessed     ) = 1
testdb        (default     ) = test
testhost      (default     ) =
testpassword  (default     ) =
testsocket    (default     ) =
testuser      (guessed     ) = root

To change these settings, see ‘perl Makefile.PL –help’ and
‘perldoc INSTALL’.

Checking if your kit is complete…
Looks good
Unrecognized argument in LIBS ignored: ‘-rdynamic’
Using DBI 1.52 (for perl 5.008008 on i386-linux-thread-multi) installed in /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/DBI/
Writing Makefile for DBD::mysql
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
gcc -c  -I/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/DBI -I/usr/include/mysql  -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables   -DVERSION=\”4.014\” -DXS_VERSION=\”4.014\” -fPIC “-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE”   dbdimp.c
In file included from dbdimp.c:20:
dbdimp.h:22:49: error: mysql.h: No such file or directory
dbdimp.h:23:45: error: mysqld_error.h: No such file or directory
dbdimp.h:25:49: error: errmsg.h: No such file or directory
In file included from dbdimp.c:20:
dbdimp.h:147: error: expected specifier-qualifier-list before ‘MYSQL’
dbdimp.h:239: error: expected specifier-qualifier-list before ‘MYSQL_RES’
In file included from dbdimp.c:20:
dbdimp.h:296: error: expected ‘)’ before ‘*’ token
dbdimp.h:299: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mysql_st_internal_execute’
dbdimp.h:331: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dbdimp.c: In function ‘count_params’:
dbdimp.c:87: warning: suggest parentheses around assignment used as truth value
dbdimp.c:127: warning: suggest parentheses around assignment used as truth value
dbdimp.c: At top level:
dbdimp.c:496: error: expected ‘)’ before ‘*’ token
dbdimp.c:791: error: ‘FIELD_TYPE_VAR_STRING’ undeclared here (not in a function)
dbdimp.c:801: error: ‘FIELD_TYPE_DECIMAL’ undeclared here (not in a function)
dbdimp.c:811: error: ‘FIELD_TYPE_TINY’ undeclared here (not in a function)
dbdimp.c:821: error: ‘FIELD_TYPE_SHORT’ undeclared here (not in a function)
dbdimp.c:831: error: ‘FIELD_TYPE_LONG’ undeclared here (not in a function)
dbdimp.c:841: error: ‘FIELD_TYPE_FLOAT’ undeclared here (not in a function)
dbdimp.c:851: error: ‘FIELD_TYPE_DOUBLE’ undeclared here (not in a function)
dbdimp.c:874: error: ‘FIELD_TYPE_TIMESTAMP’ undeclared here (not in a function)
dbdimp.c:884: error: ‘FIELD_TYPE_LONGLONG’ undeclared here (not in a function)
dbdimp.c:894: error: ‘FIELD_TYPE_INT24’ undeclared here (not in a function)
dbdimp.c:904: error: ‘FIELD_TYPE_DATE’ undeclared here (not in a function)
dbdimp.c:914: error: ‘FIELD_TYPE_TIME’ undeclared here (not in a function)
dbdimp.c:924: error: ‘FIELD_TYPE_DATETIME’ undeclared here (not in a function)
dbdimp.c:934: error: ‘FIELD_TYPE_YEAR’ undeclared here (not in a function)
dbdimp.c:944: error: ‘FIELD_TYPE_NEWDATE’ undeclared here (not in a function)
dbdimp.c:954: error: ‘FIELD_TYPE_ENUM’ undeclared here (not in a function)
dbdimp.c:964: error: ‘FIELD_TYPE_SET’ undeclared here (not in a function)
dbdimp.c:974: error: ‘FIELD_TYPE_BLOB’ undeclared here (not in a function)
dbdimp.c:984: error: ‘FIELD_TYPE_TINY_BLOB’ undeclared here (not in a function)
dbdimp.c:994: error: ‘FIELD_TYPE_MEDIUM_BLOB’ undeclared here (not in a function)
dbdimp.c:1004: error: ‘FIELD_TYPE_LONG_BLOB’ undeclared here (not in a function)
dbdimp.c:1014: error: ‘FIELD_TYPE_STRING’ undeclared here (not in a function)
dbdimp.c: In function ‘mysql_dr_error’:
dbdimp.c:1402: warning: unused variable ‘errstate’
dbdimp.c: At top level:
dbdimp.c:1481: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dbdimp.c: In function ‘my_login’:
dbdimp.c:1952: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:1953: error: (Each undeclared identifier is reported only once
dbdimp.c:1953: error: for each function it appears in.)
dbdimp.c:1953: warning: comparison between pointer and integer
dbdimp.c:1953: error: invalid operands to binary /
dbdimp.c:1953: warning: comparison between pointer and integer
dbdimp.c:1953: error: expected expression before ‘)’ token
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: warning: passing argument 3 of ‘__builtin___memset_chk’ makes integer from pointer without a cast
dbdimp.c:1953: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1953: error: invalid operands to binary *
dbdimp.c:1953: warning: passing argument 3 of ‘__memset_ichk’ makes integer from pointer without a cast
dbdimp.c:1953: warning: left-hand operand of comma expression has no effect
dbdimp.c:1953: warning: value computed is not used
dbdimp.c:1955: warning: implicit declaration of function ‘mysql_dr_connect’
dbdimp.c:1955: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_login’:
dbdimp.c:1992: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:1992: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:1992: warning: statement with no effect
dbdimp.c:1993: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:1993: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:1993: warning: statement with no effect
dbdimp.c:1994: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:1994: warning: statement with no effect
dbdimp.c:1995: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:1995: warning: statement with no effect
dbdimp.c:1997: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:1997: warning: statement with no effect
dbdimp.c:2006: warning: implicit declaration of function ‘mysql_errno’
dbdimp.c:2006: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2007: warning: implicit declaration of function ‘mysql_error’
dbdimp.c:2007: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2007: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_commit’:
dbdimp.c:2044: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2047: warning: implicit declaration of function ‘mysql_real_query’
dbdimp.c:2047: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2052: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2052: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2053: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_rollback’:
dbdimp.c:2072: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2075: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2080: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2081: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2081: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_disconnect’:
dbdimp.c:2118: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2119: warning: implicit declaration of function ‘mysql_close’
dbdimp.c:2119: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘dbd_discon_all’:
dbdimp.c:2169: warning: implicit declaration of function ‘mysql_server_end’
dbdimp.c:2145: warning: unused variable ‘imp_xxh’
dbdimp.c: In function ‘mysql_db_destroy’:
dbdimp.c:2206: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2210: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2218: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_STORE_attrib’:
dbdimp.c:2256: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2278: error: ‘imp_dbh_t’ has no member named ‘no_autocommit_cmd’
dbdimp.c:2283: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2291: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2316: error: ‘imp_dbh_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2316: warning: statement with no effect
dbdimp.c:2318: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:2318: warning: statement with no effect
dbdimp.c:2320: error: ‘imp_dbh_t’ has no member named ‘use_server_side_prepare’
dbdimp.c:2320: warning: statement with no effect
dbdimp.c:2322: error: ‘imp_dbh_t’ has no member named ‘no_autocommit_cmd’
dbdimp.c:2322: warning: statement with no effect
dbdimp.c:2324: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:2324: warning: statement with no effect
dbdimp.c: At top level:
dbdimp.c:2353: error: expected ‘)’ before ‘val’
dbdimp.c: In function ‘mysql_db_FETCH_attrib’:
dbdimp.c:2382: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2399: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:2399: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2404: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:2404: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2408: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2412: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2412: warning: initialization makes pointer from integer without a cast
dbdimp.c:2426: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:2426: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:2426: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2433: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:2433: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:2433: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2447: warning: implicit declaration of function ‘mysql_get_host_info’
dbdimp.c:2447: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2447: warning: initialization makes pointer from integer without a cast
dbdimp.c:2456: warning: implicit declaration of function ‘mysql_info’
dbdimp.c:2456: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2456: warning: initialization makes pointer from integer without a cast
dbdimp.c:2461: warning: implicit declaration of function ‘my_ulonglong2str’
dbdimp.c:2461: warning: implicit declaration of function ‘mysql_insert_id’
dbdimp.c:2461: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2461: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
dbdimp.c:2466: error: ‘imp_dbh_t’ has no member named ‘no_autocommit_cmd’
dbdimp.c:2466: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2471: warning: implicit declaration of function ‘mysql_get_proto_info’
dbdimp.c:2471: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2477: warning: implicit declaration of function ‘mysql_get_server_info’
dbdimp.c:2477: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2477: warning: initialization makes pointer from integer without a cast
dbdimp.c:2482: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2484: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2484: error: ‘sql_type_info_t’ has no member named ‘net’
dbdimp.c:2484: error: request for member ‘fd’ in something not a structure or union
dbdimp.c:2487: warning: implicit declaration of function ‘mysql_stat’
dbdimp.c:2487: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2487: warning: initialization makes pointer from integer without a cast
dbdimp.c:2494: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2494: warning: initialization makes pointer from integer without a cast
dbdimp.c:2499: error: ‘imp_dbh_t’ has no member named ‘use_server_side_prepare’
dbdimp.c:2504: warning: implicit declaration of function ‘mysql_thread_id’
dbdimp.c:2504: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_st_prepare’:
dbdimp.c:2553: error: ‘MYSQL_VERSION_ID’ undeclared (first use in this function)
dbdimp.c:2568: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:2568: warning: statement with no effect
dbdimp.c:2569: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2569: warning: statement with no effect
dbdimp.c:2570: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:2570: warning: statement with no effect
dbdimp.c:2574: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2575: error: ‘imp_dbh_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2575: warning: pointer/integer type mismatch in conditional expression
dbdimp.c:2575: warning: statement with no effect
dbdimp.c:2578: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:2578: error: assignment of read-only location
dbdimp.c:2578: warning: statement with no effect
dbdimp.c:2767: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:2767: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_free_result_sets’:
dbdimp.c:2837: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2839: warning: implicit declaration of function ‘mysql_free_result’
dbdimp.c:2839: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2840: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2840: warning: statement with no effect
dbdimp.c:2790: warning: unused variable ‘next_result_rc’
dbdimp.c:2788: warning: unused variable ‘imp_dbh’
dbdimp.c: At top level:
dbdimp.c:3004: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mysql_st_internal_execute’
dbdimp.c: In function ‘mysql_st_execute’:
dbdimp.c:3305: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3305: error: used struct type value where scalar is required
dbdimp.c:3306: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3306: error: cannot convert to a pointer type
dbdimp.c:3308: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3308: error: assignment of read-only location
dbdimp.c:3308: warning: statement with no effect
dbdimp.c:3340: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3340: warning: implicit declaration of function ‘mysql_st_internal_execute’
dbdimp.c:3345: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3346: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3347: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3348: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:3349: warning: statement with no effect
dbdimp.c:3351: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3351: error: ‘my_ulonglong’ undeclared (first use in this function)
dbdimp.c:3353: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3355: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:3355: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3355: warning: statement with no effect
dbdimp.c:3364: warning: implicit declaration of function ‘mysql_num_fields’
dbdimp.c:3364: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3366: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:3366: warning: statement with no effect
dbdimp.c:3367: error: ‘imp_sth_t’ has no member named ‘fetch_done’
dbdimp.c:3367: warning: statement with no effect
dbdimp.c:3371: error: ‘imp_sth_t’ has no member named ‘warning_count’
dbdimp.c:3371: warning: statement with no effect
dbdimp.c:3379: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3379: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 5 has type ‘const struct sql_type_info_t *’
dbdimp.c:3385: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c: In function ‘mysql_describe’:
dbdimp.c:3507: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:3507: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_fetch’:
dbdimp.c:3535: error: ‘MYSQL_ROW’ undeclared (first use in this function)
dbdimp.c:3535: warning: statement with no effect
dbdimp.c:3535: error: expected ‘;’ before ‘cols’
dbdimp.c:3536: warning: ISO C90 forbids mixed declarations and code
dbdimp.c:3537: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:3537: error: ‘svsock’ undeclared (first use in this function)
dbdimp.c:3537: error: invalid operands to binary *
dbdimp.c:3537: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3537: warning: statement with no effect
dbdimp.c:3538: warning: ISO C90 forbids mixed declarations and code
dbdimp.c:3543: error: ‘MYSQL_FIELD’ undeclared (first use in this function)
dbdimp.c:3543: error: ‘fields’ undeclared (first use in this function)
dbdimp.c:3543: error: invalid operands to binary *
dbdimp.c:3543: warning: statement with no effect
dbdimp.c:3581: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3588: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3588: error: ‘sql_type_info_t’ has no member named ‘net’
dbdimp.c:3588: error: request for member ‘last_errno’ in something not a structure or union
dbdimp.c:3588: warning: statement with no effect
dbdimp.c:3719: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:3719: error: invalid lvalue in increment
dbdimp.c:3719: warning: statement with no effect
dbdimp.c:3724: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3726: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3728: warning: implicit declaration of function ‘mysql_num_rows’
dbdimp.c:3728: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3730: warning: implicit declaration of function ‘mysql_affected_rows’
dbdimp.c:3730: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3732: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:3735: error: ‘cols’ undeclared (first use in this function)
dbdimp.c:3735: warning: implicit declaration of function ‘mysql_fetch_row’
dbdimp.c:3735: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3741: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3742: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3743: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3744: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c:3754: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3755: warning: implicit declaration of function ‘mysql_fetch_fields’
dbdimp.c:3755: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3755: warning: statement with no effect
dbdimp.c:3756: warning: implicit declaration of function ‘mysql_fetch_lengths’
dbdimp.c:3756: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3756: warning: assignment makes pointer from integer without a cast
dbdimp.c:3796: error: incompatible types in initialization
dbdimp.c:3538: warning: unused variable ‘fbh’
dbdimp.c:3531: warning: unused variable ‘rc’
dbdimp.c: In function ‘mysql_st_destroy’:
dbdimp.c:3984: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3986: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3986: warning: passing argument 1 of ‘free_param’ from incompatible pointer type
dbdimp.c:3987: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3987: warning: statement with no effect
dbdimp.c:3993: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3993: error: used struct type value where scalar is required
dbdimp.c:3994: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3994: error: cannot convert to a pointer type
dbdimp.c:3995: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3995: error: assignment of read-only location
dbdimp.c:3995: warning: statement with no effect
dbdimp.c:3930: warning: unused variable ‘imp_xxh’
dbdimp.c: In function ‘mysql_st_STORE_attrib’:
dbdimp.c:4039: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:4039: warning: statement with no effect
dbdimp.c: At top level:
dbdimp.c:4087: error: expected declaration specifiers or ‘…’ before ‘MYSQL_RES’
dbdimp.c: In function ‘mysql_st_FETCH_internal’:
dbdimp.c:4093: error: ‘MYSQL_FIELD’ undeclared (first use in this function)
dbdimp.c:4093: error: ‘curField’ undeclared (first use in this function)
dbdimp.c:4093: error: invalid operands to binary *
dbdimp.c:4093: warning: statement with no effect
dbdimp.c:4100: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:4100: error: invalid operands to binary &&
dbdimp.c:4101: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:4101: error: incompatible types in assignment
dbdimp.c:4101: warning: statement with no effect
dbdimp.c:4104: error: ‘res’ undeclared (first use in this function)
dbdimp.c:4111: warning: implicit declaration of function ‘mysql_field_seek’
dbdimp.c:4112: warning: implicit declaration of function ‘mysql_fetch_field’
dbdimp.c:4118: error: ‘sql_type_info_t’ has no member named ‘name’
dbdimp.c:4118: error: ‘sql_type_info_t’ has no member named ‘name’
dbdimp.c:4118: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
dbdimp.c:4118: warning: passing argument 2 of ‘Perl_newSVpv’ from incompatible pointer type
dbdimp.c:4122: error: ‘sql_type_info_t’ has no member named ‘table’
dbdimp.c:4122: error: ‘sql_type_info_t’ has no member named ‘table’
dbdimp.c:4122: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
dbdimp.c:4122: warning: passing argument 2 of ‘Perl_newSVpv’ from incompatible pointer type
dbdimp.c:4126: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:4130: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:4130: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:4133: warning: implicit declaration of function ‘IS_PRI_KEY’
dbdimp.c:4133: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:4137: warning: implicit declaration of function ‘IS_NOT_NULL’
dbdimp.c:4137: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:4141: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:4145: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:4149: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:4149: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:4153: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:4153: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:4157: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:4169: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:4169: error: ‘PRI_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:4169: error: ‘UNIQUE_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:4169: error: invalid operands to binary |
dbdimp.c:4169: error: ‘MULTIPLE_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:4169: error: invalid operands to binary |
dbdimp.c:4169: error: invalid operands to binary &
dbdimp.c:4173: warning: implicit declaration of function ‘IS_BLOB’
dbdimp.c:4173: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:4177: error: ‘sql_type_info_t’ has no member named ‘decimals’
dbdimp.c:4181: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:4181: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:4181: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:4181: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:4181: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:4196: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:4196: error: assignment of read-only location
dbdimp.c:4196: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_FETCH_attrib’:
dbdimp.c:4247: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4247: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4247: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4249: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4249: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4249: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4253: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4253: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4253: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4265: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:4265: error: ‘struct sql_type_info_s’ has no member named ‘value’
dbdimp.c:4265: warning: passing argument 2 of ‘Perl_newSVsv’ from incompatible pointer type
dbdimp.c:4274: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4274: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4274: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4278: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4278: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4278: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4284: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4284: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4284: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4288: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4288: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4288: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4292: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4292: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4292: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4294: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4294: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4294: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4296: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4296: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4296: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4298: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4302: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4302: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4302: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4309: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:4311: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:4311: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
dbdimp.c:4316: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4316: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4316: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4320: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4320: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4320: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4322: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4322: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4322: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4324: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:4328: error: ‘imp_sth_t’ has no member named ‘warning_count’
dbdimp.c:4340: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4340: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4340: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c: In function ‘mysql_bind_ph’:
dbdimp.c:4469: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:4469: warning: passing argument 1 of ‘bind_param’ from incompatible pointer type
dbdimp.c: In function ‘mysql_db_reconnect’:
dbdimp.c:4614: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:4614: warning: statement with no effect
dbdimp.c:4614: error: expected ‘;’ before ‘save_socket’
dbdimp.c:4624: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4624: error: ‘CR_SERVER_GONE_ERROR’ undeclared (first use in this function)
dbdimp.c:4624: warning: comparison between pointer and integer
dbdimp.c:4628: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:4642: error: ‘save_socket’ undeclared (first use in this function)
dbdimp.c:4642: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4642: warning: statement with no effect
dbdimp.c:4643: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4643: warning: passing argument 3 of ‘__builtin___memcpy_chk’ makes integer from pointer without a cast
dbdimp.c:4643: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4643: warning: passing argument 3 of ‘__memcpy_ichk’ makes integer from pointer without a cast
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: warning: passing argument 1 of ‘__builtin___memset_chk’ discards qualifiers from pointer target type
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4644: warning: passing argument 1 of ‘__memset_ichk’ discards qualifiers from pointer target type
dbdimp.c:4652: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4652: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4653: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c:4654: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4654: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4654: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4654: warning: passing argument 1 of ‘__builtin___memcpy_chk’ discards qualifiers from pointer target type
dbdimp.c:4654: warning: passing argument 3 of ‘__builtin___memcpy_chk’ makes integer from pointer without a cast
dbdimp.c:4654: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4654: warning: passing argument 1 of ‘__memcpy_ichk’ discards qualifiers from pointer target type
dbdimp.c:4654: warning: passing argument 3 of ‘__memcpy_ichk’ makes integer from pointer without a cast
dbdimp.c:4655: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:4655: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:4655: error: invalid lvalue in increment
dbdimp.c:4655: warning: statement with no effect
dbdimp.c:4664: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:4664: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:4664: error: invalid lvalue in increment
dbdimp.c:4664: warning: statement with no effect
dbdimp.c: In function ‘mysql_db_quote’:
dbdimp.c:4824: warning: implicit declaration of function ‘mysql_real_escape_string’
dbdimp.c:4824: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_last_insert_id’:
dbdimp.c:4847: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4847: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
make: *** [dbdimp.o] Error 1
/usr/bin/make  — NOT OK
Running make test
Can’t test without successful make
Running make install
make had returned bad status, install seems impossible
Running install for module Text::LevenshteinXS
Running make for J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.pucpr.br/CPAN/authors/id/J/JG/JGOLDBERG/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz ok
Text-LevenshteinXS-0.03/
Text-LevenshteinXS-0.03/Changes
Text-LevenshteinXS-0.03/LevenshteinXS.pm
Text-LevenshteinXS-0.03/LevenshteinXS.xs
Text-LevenshteinXS-0.03/Makefile.PL
Text-LevenshteinXS-0.03/MANIFEST
Text-LevenshteinXS-0.03/META.yml
Text-LevenshteinXS-0.03/README
Text-LevenshteinXS-0.03/test.pl

CPAN.pm: Going to build J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz

Checking if your kit is complete…
Looks good
Writing Makefile for Text::LevenshteinXS
cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm
AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS)
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap  LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c
Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual)
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables   -DVERSION=\”0.03\” -DXS_VERSION=\”0.03\” -fPIC “-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE”   LevenshteinXS.c
Running Mkbootstrap for Text::LevenshteinXS ()
chmod 644 LevenshteinXS.bs
rm -f blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib LevenshteinXS.o  -o blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so     \
\

chmod 755 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
cp LevenshteinXS.bs blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
chmod 644 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
Manifying blib/man3/Text::LevenshteinXS.3pm
/usr/bin/make  — OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl “-Iblib/lib” “-Iblib/arch” test.pl
1..6
# Running under perl version 5.008008 for linux
# Current time local: Sun Jun 20 21:00:16 2010
# Current time GMT:   Mon Jun 21 00:00:16 2010
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
/usr/bin/make test — OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Text/LevenshteinXS/LevenshteinXS.bs
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Text/LevenshteinXS/LevenshteinXS.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Text/LevenshteinXS/autosplit.ix
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Text/LevenshteinXS.pm
Installing /usr/share/man/man3/Text::LevenshteinXS.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Text/LevenshteinXS/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
/usr/bin/make install  — OK

#—-^ Saída do comando: cpan File::Tail DBD::mysql Text::LevenshteinXS

### Segundo o site:
# http://nms.gdd.net/index.php/LogZilla_on_Redhat/CentOS/Fedora
#
# We need a php Version for mysql 5.1; Redhat/Centos dont provide so, so we use zend
#
# Verificar depois
#

### Baixando o LogZilla:
# Site: http://code.google.com/p/php-syslog-ng/downloads/list
#
wget http://php-syslog-ng.googlecode.com/files/logzilla_3.0.75.tgz

### Descompacte os arquivos no diretório /var/www/:
tar xzvf logzilla_3.0.75.tgz -C /var/www/

### Instalando o LogZilla:
cd /var/www/logzilla/scripts
./install.pl

========================================

LogZilla Installation

========================================

Enter the MySQL root username [root]:
Enter the password for root [mysql]: 12qw3e
Database to install to [syslog]:
Database table to install to [logs]:
Enter the name of the MySQL server [127.0.0.1]:
Enter the port of the MySQL server [3306]:
Enter the name to create as the owner of the logs database [syslogadmin]:
Enter the password for the syslogadmin user [syslogadmin]: syslog
Enter the name to create as the WEBSITE owner [admin]:
Enter the password for admin [admin]:
Enter your email address [cdukes@cdukes.com]: alessandrocmk^?^?^?^?^?^?
Enter a name for your website [The home of LogZilla]:
Enter the base url for your site (include trailing slash) [/logs/]: /logs
Where should log files be stored? [/var/log/logzilla]:
How long should I keep old logs? (in days) [30]: 60

========================================

Path Updates

========================================

Getting ready to replace paths in all files with “/var/www/logzilla”
Ok to continue? [y]:
Updating file paths
Modifying ../scripts/contrib/genreport/genreport.pl
Modifying ../scripts/contrib/system_configs/syslog-ng.conf
Modifying ../scripts/contrib/system_configs/logzilla.apache
Modifying ../scripts/contrib/system_configs/logzilla.crontab
Modifying ../scripts/db_insert.pl
Modifying ../sphinx/sphinx.conf
Modifying ../sphinx/indexer.sh
Updating log paths
Modifying ../scripts/contrib/system_configs/logzilla.logrotate
Modifying ../scripts/contrib/system_configs/logzilla.crontab

========================================

Database Installation

========================================

All data will be installed into the syslog database
Ok to continue? [y]:

ERROR!
LogZilla requires MySQL v5.1 or better.
Your version is 5.0.77
Please upgrade MySQL to v5.1 or better and re-run this installation.

ionCube:

### Download one of the following archives of Loaders for Linux x86:
wget -c http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

### Put the Loader files in /usr/local/ioncube

http://www.cdukes.com/index.php/LogZilla_3.0_User_Guide

|##########^ Instalando/Configurando o LogZilla CentOS #######################|

###############################################################################
# Gerenciando o Syslog-NG:
###############################################################################
>Gerenciando

### Reiniciando o serviço do Syslog-NG no CentOS:
service syslog restart

|##########^ Gerenciando o Syslog-NG #########################################|

###############################################################################
# Configurando o Syslog-NG como Cliente:
###############################################################################
>Configurando
Tags: Configurando o cliente do Syslog-NG

|<<<<<<<<< **** Syslog-NG **** #### Configurando o Syslog-NG como Cliente ####
vim /etc/syslog-ng/syslog-ng.conf
_______________________________________________________________________________
SO: Debian 5.0 Lenny
Arquivo: /etc/syslog-ng/syslog-ng.conf
—————————————————————————-
.
..

source s_all {
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream(“/dev/log”);
# messages from the kernel
file(“/proc/kmsg” log_prefix(“kernel: “));
# use the following line if you want to receive remote UDP logging messages
# (this is equivalent to the “-r” syslogd flag)
# udp();
};

..
.
.
..

destination centos-server { udp(“192.168.56.61″ port(514)); };
log { source(s_all); destination(centos-server); };

..
.
|———-^ Arquivo: /etc/syslog-ng/syslog-ng.conf ————————–|

|<<<<<<<<< **** Syslog-NG **** #### Configurando o Syslog-NG como Cliente ####
### Reinicie o serviço:
/etc/init.d/syslog-ng restart

|##########^ Configurando o Syslog-NG como Cliente ###########################|

###############################################################################
# Troubleshooting
###############################################################################
>Troubleshooting

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
### Erros conhecidos:  (Known Errors)
## Questão/ Problema: (Question/Issue)

Ao rodar o comando “php5 /var/www/html/scripts/reloadcache.php”
aparece erros na execução.

## Sintomas: (Symptom)

Ao rodar o comando “php5 /var/www/html/scripts/reloadcache.php”
aparece os erros abaixo:

Starting to reload cache
2010-06-13 19:57:48

Warning: include_once(/var/www/phpsyslogng/includes/common_funcs.php): failed to open stream: No such file or directory in /var/www/phpsyslogng-2.8/scripts/reloadcache.php on line 8

Warning: include_once(): Failed opening ‘/var/www/phpsyslogng/includes/common_funcs.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/phpsyslogng-2.8/scripts/reloadcache.php on line 8

Warning: include_once(/var/www/phpsyslogng/config/config.php): failed to open stream: No such file or directory in /var/www/phpsyslogng-2.8/scripts/reloadcache.php on line 9

Warning: include_once(): Failed opening ‘/var/www/phpsyslogng/config/config.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/phpsyslogng-2.8/scripts/reloadcache.php on line 9

Fatal error: Call to undefined function db_connect_syslog() in /var/www/phpsyslogng-2.8/scripts/reloadcache.php on line 11

(Fonte: http://code.google.com/p/php-syslog-ng/issues/detail?id=88)

|<<<<<<<<<<<<<< #### Troubleshooting ####
## Causa: (Cause)

O diretório “/var/www/phpsyslogng” não existe.

## Solução: (Solution)

Uma possível solução é a criação de um link simbólico do diretório
/var/www/phpsyslogng:

Exemplo:

ln -sv /var/www/phpsyslogng-2.8/ /var/www/phpsyslogng

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
ERROR: 1136  Column count doesn’t match value count at row 1
100622 14:57:01 [ERROR] Aborting

100622 14:57:01 [Note] /usr/sbin/mysqld: Shutdown complete

Installation of system tables failed!  Examine the logs in
/var/lib/mysql for more information.

You can try to start the mysqld daemon with:

shell> /usr/sbin/mysqld –skip-grant &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try ‘mysqld –help’ if you have problems with paths.  Using –log
gives you a log in /var/lib/mysql that may be helpful.

Please consult the MySQL manual section
‘Problems running mysql_install_db’, and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/bin/mysqlbug script!

Starting MySQL…………………………………………………………………………………………..Manager of pid-file quit without updating file.[FAILED]
Giving mysqld 2 seconds to start
[root@logzilla ~]# /usr/sbin/mysqld –skip-grant &
[1] 3841
[root@logzilla ~]# 100622 15:00:05 [ERROR] Fatal error: Please read “Security” section of the manual to find out how to run mysqld as root!

100622 15:00:05 [ERROR] Aborting

100622 15:00:05 [Note] /usr/sbin/mysqld: Shutdown complete

[1]+  Exit 1                  /usr/sbin/mysqld –skip-grant

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
### Erros conhecidos:  (Known Errors)
## Questão/ Problema: (Question/Issue)

Ao executar o ./install do LogZilla:

install_driver(mysql) failed: Can’t locate DBD/mysql.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 7) line 3, <STDIN> line 17.
Perhaps the DBD::mysql perl module hasn’t been fully installed,
or perhaps the capitalisation of ‘mysql’ isn’t right.
Available drivers: DBM, ExampleP, File, Proxy, Sponge.
at ./install.pl line 112

Este erro aconteceu porque a instalação do DBD-mysql-4.014 pelo comando “cpan File::Tail DBD::mysql Text::LevenshteinXS” não foi bem sucedida.

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-

all skipped: ERROR: Access denied for user ‘root’@'localhost’ (using password: NO) Can’t continue test

Pelo incrível que pareça, tive que deixar a senha do root do MySQL em branco.

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-

http://forum.logzilla.info/index.php/topic,71.0.html

SELECT @@event_scheduler;
SET GLOBAL event_scheduler = 1;

DBD::mysql::st execute failed: Cannot proceed because system tables used by Event Scheduler were found damaged at server start at ./install.pl line 332, <STDIN> line 17.

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
Error in perform_query function
No DB link for query: SELECT name,value, type FROM settings
Mysql_error: Can’t connect to MySQL server on ’127.0.0.1′ (13)

Acredite!!! O errro acima aconteceu porque no arquivo “/var/www/logzilla/html/config/config.php” estava com o IP ao invés de “localhost”

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zendserver_php.conf: Cannot load /usr/local/zend/lib/apache2/libphp5.so into server: /usr/local/zend/lib/apache2/libphp5.so: cannot enable executable stack as shared object requires: Permission denied
[FAILED]
spawn-fcgi: socket is already in use, can’t spawn

O erro acima foi corrigido com: setenforce permissive

(Fonte: http://forums.zend.com/viewtopic.php?f=8&t=135)
Hello,

Please run:
# setenforce permissive

If this works, you can make it permanent by setting SELINUX=permissive in /etc/selinux/config.

Please let me know if you require further assistance.

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-

http://192.168.56.61:10081/ZendServer/

503 – Service Not Available

O serviço realmente estava parado.

service zend-server restart

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-

http://192.168.56.61/ioncube/

Please note that the following problems currently exist with the ionCube Loader installation:
The installed loader (ioncube_loader_lin_5.1.so) does not have the name expected (ioncube_loader_lin_5.3.so) for your system. Please check that you have the correct loader for your system.
The installed loader is for PHP 5.1 but your server is running PHP 5.3.

No site aparece a seguinte mensagem de erro acima

|—————————————————————————–|

——————————————————————————-

http://forum.logzilla.info/index.php/topic,139.0.html

http://groups.google.com/group/php-syslog-ng-support/browse_thread/thread/c3dea8c8e41075ba/d750d1d443cf8398

Mais próximo do problema:

http://forum.logzilla.info/index.php?topic=194.0

LogZilla blank page
Blank page @http://myIPaddress/logzilla/html/login.php

|—————————————————————————–|

|<<<<<<<<<<<<<< #### Troubleshooting ####

|<<<<<<<<<<<<<< #### Troubleshooting ####
——————————————————————————-
### Erros conhecidos:  (Known Errors)
## Questão/ Problema: (Question/Issue)

- Não aparece os novos logs na base de dados.

- O LogZilla parou de gravar na base de dados
(Logzilla stopped writing into Database)

## Sintomas: (Symptom)

|<<<<<<<<<<<<<< #### Troubleshooting ####
## Causa: (Cause)

(Fonte: http://forum.logzilla.info/index.php?action=printpage;topic=187.0)

This is because you have no partition created for today (since your event scheduler failed).

To see if you have a missing partition:
Code:
mysql> show create table logs \G

The output will look something like this:
Code:
/*!50100 PARTITION BY RANGE ( TO_DAYS( lo ))
(PARTITION p20100603 VALUES LESS THAN (734291) ENGINE = MyISAM,
PARTITION p20100604 VALUES LESS THAN (734292) ENGINE = MyISAM,
PARTITION p20100605 VALUES LESS THAN (734293) ENGINE = MyISAM) */

The last partition you see should be for tomorrow, if not, add one like this:

Code:
alter table logs PARTITION BY RANGE( TO_DAYS( lo ) ) (PARTITION p20100605 VALUES LESS THAN (to_days(’2010-06-05′)));
Note to anyone searching this thread later on: Replace p20100605 and ’2010-06-05′ with tomorrow’s date.

## Solução: (Solution)

Rode o comando do mysql:

alter table logs PARTITION BY RANGE( TO_DAYS( lo ) ) (PARTITION p20100629 VALUES LESS THAN (to_days(’2010-06-29′)));

Note to anyone searching this thread later on: Replace p20100605 and ’2010-06-05′ with tomorrow’s date.

A resposta correta será:

(PARTITION p20100629 VALUES LESS THAN (734317) ENGINE = MyISAM) */
1 row in set (0.01 sec)

Sendo que a data que o comando foi rodado é dia 28/06/2010.

|—————————————————————————–|

|##########^ Troubleshooting #################################################|

###############################################################################
# Sites Importantes:
###############################################################################

|##########^ Sites Importantes ###############################################|

###############################################################################
# Referências:
###############################################################################
>Referências

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
Centralized Syslog Server Using syslog-NG with web Interface using php-syslog-ng:

http://www.debianhelp.co.uk/syslog-ng.htm

|<<<<<<<<< **** Syslog-NG **** #### Referências ####

http://www.vivaolinux.com.br/artigo/Gerenciando-logs-do-Linux-pela-WEB-com-o-PHPSYSLOGNG-(parte-1)?pagina=5

http://www.vivaolinux.com.br/artigo/Construindo-um-Log-Server-utilizando-Linux-Unix-e-Windows?pagina=1

How To Set Up A Debian Linux Syslog Server:

http://www.aboutdebian.com/syslog.htm

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
How To setup php-syslog-ng with MonitorWare Products?:

http://www.monitorware.com/common/en/stepbystep/how-to-setup-phpsyslogng-with-monitorware-products.php

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
How To Set Up Debian Linux Internet Servers:

http://www.aboutdebian.com/internet.htm

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
Installation Guide:

http://nms.gdd.net/index.php/Installation_Guide#Installing_syslog-ng

LogAnalyzer (PhpLogcon):

http://loganalyzer.adiscon.com/

http://www.istf.com.br/vb/servidores-unix/8573-analisando-logs-em-servidores-linux.html

php-syslog-ng:

http://code.google.com/p/php-syslog-ng/

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
PHP-Syslog-NG  Tutorial:

http://openmaniak.com/syslog_tutorial.php

HOWTO setup syslog-ng to log to mysql:

http://chaos.untouchable.net/index.php/HOWTO_setup_syslog-ng_to_log_to_mysql#Login_to_MySQL

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
Monitorando logs do vsftpd via email:

http://www.dicas-l.com.br/dicas-l/20060629.php

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
Syslog-ng:

http://wiki.yobi.be/wiki/Syslog

|<<<<<<<<< **** Syslog-NG **** #### Referências ####
Upgrade Procedures for Logzilla 3.0

http://nms.gdd.net/index.php/Upgrade_Procedures_for_Logzilla_3.0

|##########^ Referências #####################################################|

###############################################################################
# Dicas:
###############################################################################

###############################################################################
# COMANDOS E PROGRAMAS ÚTEIS:
###############################################################################

iotop

tail

|=====================================|
^Acima: COMANDOS E PROGRAMAS ÚTEIS
|#############################################################################|

###############################################################################
# MAIS CONCEITOS:
###############################################################################

###############################################################################
# VER:
###############################################################################

###############################################################################
# Tópicos dos Sites:
###############################################################################

###############################################################################
# MAIS – PESQUISAR:
###############################################################################

###############################################################################
# Rascunho:
###############################################################################
>Rascunho

http://loganalyzer.adiscon.com/doc/install.html

wget -c http://download.adiscon.com/loganalyzer/loganalyzer-3.0.0.tar.gz

|<<<<<<<<< **** Syslog-NG **** #### Rascunho ####

PHPSYSLOGNG:

http://wiki.yobi.be/wiki/Php-Syslog-ng

apt-get install apache2 mysql-server php5 php5-mysql

wget -c http://downloads.sourceforge.net/project/php-syslog-ng/php-syslog-ng/php-syslog-ng-2.9.1r10/php-syslog-ng-2.9.1r10.tar.gz?use_mirror=ufpr

/var/www/html/install/sql

|##########^ Rascunho ########################################################|

  1. Nenhum comentário ainda.
  1. Nenhum trackbacks ainda.

Deixe uma resposta

Preencha os seus dados abaixo ou clique em um ícone para log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Sair / Alterar )

Imagem do Twitter

You are commenting using your Twitter account. Sair / Alterar )

Foto do Facebook

You are commenting using your Facebook account. Sair / Alterar )

Connecting to %s

Seguir

Obtenha todo post novo entregue na sua caixa de entrada.