Closed p5pRT closed 16 years ago
# gdb perl perl5.8.8.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation\, Inc. GDB is free software\, covered by the GNU General Public License\, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...
warning: core file may not match specified executable file. Core was generated by `perl5.8.8'. Program terminated with signal 11\, Segmentation fault. Reading symbols from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so...done. Loaded symbols for /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so Reading symbols from /lib/libm.so.3...done. Loaded symbols for /lib/libm.so.3 Reading symbols from /lib/libcrypt.so.2...done. Loaded symbols for /lib/libcrypt.so.2 Reading symbols from /lib/libutil.so.4...done. Loaded symbols for /lib/libutil.so.4 Reading symbols from /lib/libc.so.5...done. Loaded symbols for /lib/libc.so.5 Reading symbols from /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Cwd/Cwd.so...done. Loaded symbols for /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Cwd/Cwd.so Reading symbols from /usr/local/lib/perl5/5.8.8/mach/auto/IO/IO.so...done. Loaded symbols for /usr/local/lib/perl5/5.8.8/mach/auto/IO/IO.so Reading symbols from /usr/local/lib/perl5/5.8.8/mach/auto/Socket/Socket.so...done. Loaded symbols for /usr/local/lib/perl5/5.8.8/mach/auto/Socket/Socket.so Reading symbols from /usr/local/lib/perl5/5.8.8/mach/auto/File/Glob/Glob.so...done. Loaded symbols for /usr/local/lib/perl5/5.8.8/mach/auto/File/Glob/Glob.so Reading symbols from /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Socket6/Socket6.so...done. Loaded symbols for /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Socket6/Socket6.so Reading symbols from /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/List/Util/Util.so...done. Loaded symbols for /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/List/Util/Util.so Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x2811b284 in Perl_sv_setsv_flags (dstr=0x7473694c\, sstr=0x281bddc8\, flags=2) at sv.c:3700 3700 sv.c: No such file or directory. in sv.c (gdb) bt #0 0x2811b284 in Perl_sv_setsv_flags (dstr=0x7473694c\, sstr=0x281bddc8\, flags=2) at sv.c:3700 #1 0x282f8f08 in boot_List__Util () from /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/List/Util/Util.so #2 0x281133b4 in Perl_pp_entersub () at pp_hot.c:2913 #3 0x280f3896 in Perl_runops_debug () at dump.c:1459 #4 0x2809bd99 in S_call_body (myop=0xbfbfe500\, is_eval=0 '\0') at perl.c:2731 #5 0x2809b93a in Perl_call_sv (sv=0x8654fe8\, flags=6) at perl.c:2646 #6 0x280a0253 in S_call_list_body (cv=0x8654fe8) at perl.c:5200 #7 0x2809fe46 in Perl_call_list (oldscope=6\, paramList=0x8654fac) at perl.c:5129 #8 0x280d5bfb in Perl_newATTRSUB (floor=198\, o=0x8659f48\, proto=0x0\, attrs=0x0\, block=0x865a848) at op.c:4525 #9 0x280d1af1 in Perl_utilize (aver=1\, floor=198\, version=0x0\, idop=0x862d948\, arg=0x0) at op.c:3098 #10 0x280c90bd in Perl_yyparse () at perly.y:423 #11 0x2814c49f in S_doeval (gimme=0\, startop=0x0\, outside=0x0\, seq=882) at pp_ctl.c:2927 #12 0x2814e636 in Perl_pp_require () at pp_ctl.c:3462 #13 0x280f3896 in Perl_runops_debug () at dump.c:1459 #14 0x2809aeb1 in S_run_body (oldscope=1) at perl.c:2366 #15 0x2809a96d in perl_run (my_perl=0x804d030) at perl.c:2283 #16 0x08049169 in main (argc=9\, argv=0xbfbfeaa8\, env=0xbfbfead0) at perlmain.c:99
I also ran make -n http://rafb.net/p/vK2Nmx84.html and It's line 9 that fails at
[(11:06 AM)] [(root at vortex)] [(/usr/ports/dns/p5-Net-DNS/work/Net-DNS-0.63)] # /usr/local/bin/perl5.8.8 ./Makefile.PL Testing if you have a C compiler and the needed header files.... You have a working compiler. You appear to be directly connected to the Internet. I have some tests that try to query live nameservers. Do you want to enable these tests? [y] Checking if your kit is complete... Segmentation fault (core dumped)
[(11:16 AM)] [(root at vortex)] [(~)] #
ldd /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
/usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so:
libm.so.3 => /lib/libm.so.3 (0x2829d000)
libcrypt.so.2 => /lib/libcrypt.so.2 (0x282b8000)
libutil.so.4 => /lib/libutil.so.4 (0x282d0000)
[(11:16 AM)] [(root at vortex)] [(~)] # ldd /usr/local/bin/perl
/usr/local/bin/perl:
libperl.so => /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so (0x28078000)
libm.so.3 => /lib/libm.so.3 (0x281c0000)
libcrypt.so.2 => /lib/libcrypt.so.2 (0x281db000)
libutil.so.4 => /lib/libutil.so.4 (0x281f3000)
libc.so.5 => /lib/libc.so.5 (0x281ff000)
[(11:16 AM)] [(root at vortex)] [(~)] # uname -a
FreeBSD vortex.easyshellz.com 5.5-STABLE FreeBSD 5.5-STABLE #1: Tue Aug 14
11:50:23 EDT 2007
root at vortex.easyshellz.com:/usr/obj/usr/src/sys/EASYSHELLZ i386
[(11:16 AM)] [(root at vortex)] [(~)] # pkg_info
ZendFramework-0.9.1b A framework for developing PHP web applications
ZendOptimizer-3.2.8 An optimizer for PHP code
aee-2.2.15b An easy editor with both curses and X11 interfaces
apache-2.2.6_2 Version 2.2 of Apache web server with prefork MPM.
apr-gdbm-db42-1.2.8_1 The Apache Group's Portability Library
aspell-0.60.5_2 Spelling checker with better suggestion logic than ispell
atk-1.18.0_1 A GNOME accessibility toolkit (ATK)
autoconf-2.53_4 Automatically configure source code on many Un*x platforms
autoconf-2.59_3 Automatically configure source code on many Un*x platforms
autoconf-2.61_2 Automatically configure source code on many Un*x platforms
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
automake-1.10_3 GNU Standards-compliant Makefile generator (1.10)
automake-1.5_4\,1 GNU Standards-compliant Makefile generator (1.5)
automake-1.9.6_2 GNU Standards-compliant Makefile generator (1.9)
awstats-6.7\,1 Free real-time logfile analyzer to get advanced web
statist
bash-3.2.25 The GNU Project's Bourne Again SHell
bash-completion-20060301_2 Programmable completion library for Bash 2.04 and
up
bigreqsproto-1.0.2 BigReqs extension headers
bind94-base-9.4.2_1 The BIND DNS suite with updated DNSSEC and threads
boost-1.34.1 Free peer-reviewed portable C++ source libraries
cclient-2006j_1\,1 Mark Crispin's C-client mail access routines
chkrootkit-0.47 A tool to locally check for signs of a rootkit
compat4x-i386-5.3_9 A convenience package to install the compat4x libraries
compositeproto-0.3.1 Composite extension headers
cpuid-3.3_3 CPU identification utility
curl-7.16.3 Non-interactive tool to get files from FTP\, GOPHER\,
HTTP(S)
cvsup-without-gui-16.1h_3 General network file distribution system optimized
for CVS
damageproto-1.1.0_2 Damage extension headers
dante-1.1.19 A circuit-level firewall/proxy
db41-4.1.25_4 The Berkeley DB package\, revision 4.1
db42-4.2.52_5 The Berkeley DB package\, revision 4.2
dcc-dccd-1.3.50 Distributed Checksum Clearinghouse procmail\, sendmail
suppo
denyhosts-2.6_1 Script to thwart ssh attacks
desktop-file-utils-0.12_1 A couple of command line utilities for working with
desktop
diablo-jdk-1.5.0.07.01_6 Java Development Kit 1.5.0_07.01
dirmngr-0.9.7_2 A client for managing and downloading certificate
revocatio
dmxproto-2.2.2 DMX extension headers
dosunix-1.0.14 Manipulation of text files in a mixed DOS/Windows and Unix
e2fsprogs-libuuid-1.40.2 UUID library from e2fsprogs package
emacs-22.1 GNU editing macros
erlang-r11b5\,1 A functional programming language from Ericsson
evieext-1.0.2 XEVIE extension headers
expat-2.0.0_1 XML 1.0 parser written in C
ezm3-1.2_1 Easier\, more portable Modula-3 distribution for building
CV
fastest_cvsup-0.2.9_5 Finds fastest CVSup server
fcgi-devkit-2.4.0 FastCGI Development Kit
figlet-2.2.1 SysV banner-like program prints strings in large fancy
ASCI
fixesproto-4.0 Fixes extension headers
fontcacheproto-0.1.2 Fontcache extension headers
fontconfig-2.4.2_2\,1 An XML-based font configuration API for X Windows
fontsproto-2.0.2 Fonts extension headers
freebsd-update-1.6_2 Fetches and installs binary updates to FreeBSD
freetype2-2.3.5 A free and portable TrueType font rendering engine
gawk-3.1.5_1 The GNU version of Awk
gd-2.0.35\,1 A graphics library for fast creation of images
gdbm-1.8.3_3 The GNU database manager
gettext-0.16.1_3 GNU gettext package
ghostscript-gpl-nox11-8.57 GPL Postscript interpreter
glib-1.2.10_12 Some useful routines of C programming (previous stable
vers
glib-2.12.13 Some useful routines of C programming (current stable
versi
gmake-3.81_2 GNU version of 'make' utility
gnome-mime-data-2.18.0_1 A MIME and Application database for GNOME
gnomehier-2.2_2 A utility port that creates the GNOME directory tree
gnuls-4.1 GNU colorized `ls'
gnupg-2.0.4 The GNU Privacy Guard
gsed-4.1.5_1 The GNU stream editor
gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X)
gtar-1.18_1 GNU version of the traditional tar archiver
gtk-1.2.10_18 Gimp Toolkit for X11 GUI (previous stable version)
help2man-1.36.4_1 Automatically generating simple manual pages from program
o
hostsentry-0.02_2 A Login Anomaly Detector
htop-0.6.6 A better top(1) - interactive process viewer
iconv-2.0_3 Charset conversion library and utilities
inputproto-1.3.2 Input extension headers
intltool-0.35.5_2 Tools to internationalize various kinds of data files
irssi-devel-20070911 A modular IRC client with many features
irssi-scripts-20070412 Collection of useful scripts for the irssi IRC-client
irssi-themes-20060917 A collection of additional irssi themes
javavmwrapper-2.3 Wrapper script for various Java Virtual Machines
jpeg-6b_4 IJG's jpeg compression utilities
kbproto-1.0.3 KB extension headers
ldconfig_compat-1.0_8 Ldconfig compatibility script
libFS-1.0.0 The FS library
libICE-1.0.3\,1 Inter Client Exchange library for X11
libSM-1.0.3\,1 Session Management library for X11
libX11-1.1.2_1\,1 X11 library
libXScrnSaver-1.1.2 The XScrnSaver library
libXTrap-1.0.0 The XTrap library
libXau-1.0.3_2 Authentication Protocol library for X11
libXaw-1.0.3\,1 X Athena Widgets library
libXcomposite-0.3.2\,1 X Composite extension library
libXcursor-1.1.8_1 X client-side cursor loading library
libXdamage-1.1.1 X Damage extension library
libXdmcp-1.0.2 X Display Manager Control Protocol library
libXevie-1.0.2 The Xevie library
libXext-1.0.3\,1 X11 Extension library
libXfixes-4.0.3 X Fixes extension library
libXfont-1.2.8\,1 X font libary
libXfontcache-1.0.4 The Xfontcache library
libXft-2.1.12 A client-sided font API for X applications
libXi-1.0.2\,1 X Input extension library
libXinerama-1.0.2\,1 X11 Xinerama library
libXmu-1.0.3\,1 X Miscellaneous Utilities libraries
libXp-1.0.0\,1 X print library
libXpm-3.5.6_1 X Pixmap library
libXprintAppUtil-1.0.1 The XprintAppUtil library
libXprintUtil-1.0.1 The XprintUtil library
libXrandr-1.2.1 X Resize and Rotate extension library
libXrender-0.9.2 X Render extension library
libXres-1.0.3_1 X Resource usage library
libXt-1.0.5 X Toolkit library
libXtst-1.0.2 X Test extension
libXv-1.0.3\,1 X Video Extension library
libXvMC-1.0.4 X Video Extension Motion Compensation library
libXxf86dga-1.0.1 X DGA Extension
libXxf86misc-1.0.1 X XF86-Misc Extension
libXxf86vm-1.0.1 X Vidmode Extension
libassuan-1.0.3 IPC library used by GnuPG and gpgme
libdmx-1.0.2 DMX extension library
libdomainkeys-0.68_2 DomainKeys library
libfontenc-1.0.4 The fontenc Library
libgcrypt-1.2.4_1 "General purpose crypto library based on code used in
GnuPG
libgnugetopt-1.2_1 GNU getopt library
libgpg-error-1.5 Common error values for all GnuPG components
libiconv-1.11_1 A character set conversion library
libidn-1.2 Internationalized Domain Names command line tool
libiodbc-3.52.5 An ODBC 3.x driver manager\, for universal data source
acces
libksba-1.0.1_1 KSBA is an X.509 Library
libltdl-1.5.24 System independent dlopen wrapper
libmcrypt-2.5.8 Multi-cipher cryptographic library (used in PHP)
liboldX-1.0.1 Old X library
libtool-1.5.24 Generic shared library support script
libtre-0.7.4_1 A lightweight fully POSIX compliant regexp matching
library
libungif-4.1.4_5 Tools and library routines for working with GIF images
libwww-5.4.0_4 The W3C Reference Library
libxkbfile-1.0.4 XKB file library
libxkbui-1.0.2 The xkbui library
libxml2-2.6.30 XML parser library for GNOME
libxslt-1.1.22 The XSLT C library for GNOME
links-2.1.p28\,1 Lynx-like text WWW browser
logrotate-3.7.1 Daemon to rotate\, compress\, remove and mail system log
file
lsof-4.79B Lists information about open files (similar to fstat(1))
lynx-2.8.6.5_2\,1 A non-graphical\, text-based World-Wide Web client
lzmautils-4.32.5 LZMA compression and decompression tools
lzo-1.08_2\,1 Portable speedy\, lossless data compression library
m4-1.4.9\,1 GNU m4
mercurial-0.9.4 A fast\, lightweight source control management system
mod_bw-ap22-0.8 Bandwidth and Connection control per Virtual Host or
Direct
mod_fcgid-2.1_1 An alternative FastCGI module for Apache2
mod_jk-ap22-1.2.26\,1 Apache2 JK module for connecting to Tomcat using AJP1X
mod_perl-ap22-2.0.3_3\,3 Embeds a Perl interpreter in the Apache2 server
mod_python-ap22-3.3.1 Apache module that embeds the Python interpreter within
the
mod_security-1.9.4 An intrusion detection and prevention engine
muse-0.2 Shows memory usage data
mysql-client-5.0.45_1 Multithreaded SQL database (client)
mysql-server-5.0.45_1 Multithreaded SQL database (server)
nano-2.0.6 Nano's ANOther editor\, an enhanced free Pico clone
neon-0.26.3 An HTTP and WebDAV client library for Unix systems
net-snmp-5.3.1_3 An extendable SNMP implementation
nmap-4.20_1 Port scanning utility for large networks
oidentd-2.0.8 Ident server that supports user-defined ident strings
openldap-client-2.3.39 Open source LDAP client implementation
openssl-0.9.8g SSL and crypto library
p5-Archive-Tar-1.34 Perl module for creation and manipulation of tar files
p5-Authen-PAM-0.16_1 A Perl interface to the PAM library
p5-Authen-SASL-2.10_1 Perl5 module for SASL authentication
p5-BSD-Resource-1.28 Perl module to access BSD resource limit and priority
funct
p5-Compress-Raw-Zlib-2.006 Low-Level Interface to zlib compression library
p5-Compress-Zlib-2.007 Perl5 interface to zlib compression library
p5-Crypt-OpenSSL-Bignum-0.04 OpenSSL's multiprecision integer arithmetic
p5-Crypt-OpenSSL-RSA-0.25 Perl5 module to RSA encode and decode strings using
OpenSSL
p5-Crypt-OpenSSL-Random-0.04 Perl5 interface to the OpenSSL pseudo-random
number generat
p5-DBD-mysql50-4.005 MySQL 5.0 driver for the Perl5 Database Interface (DBI)
p5-DBI-1.60.1 The perl5 Database Interface. Required for DBD::* modules
p5-Digest-1.15 Modules that calculate message digests
p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms
p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm
p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm
p5-Email-Address-1.88.9 RFC 2822 Address Parsing and Creation
p5-Encode-Detect-1.00 An Encode::Encoding subclass that detects the encoding
of d
p5-Error-0.17.008 Perl module to provide Error/exception support for perl:
Er
p5-ExtUtils-CBuilder-0.19 Compile and link C code for Perl modules
p5-ExtUtils-ParseXS-2.18 Converts Perl XS code into C code
p5-Filter-1.34 A number of source filters for perl5 programs
p5-Font-AFM-1.19 An interface to Adobe font metrics files
p5-FreezeThaw-0.43 A module for converting Perl structures to strings and
back
p5-Frontier-RPC-0.07.b4 Frontier::RPC implements UserLand Software's XML RPC
p5-GSSAPI-0.24 Perl extension providing access to the GSSAPIv2 library
p5-HTML-0.6 Perl5 module for writing HTML documents
p5-HTML-Format-2.04 A module to format HTML to text or PS
p5-HTML-Parser-3.56 Perl5 module for parsing HTML documents
p5-HTML-Tagset-3.10 Some useful data table in parsing HTML
p5-HTML-Tree-3.23 A collection of modules to manupulate HTML syntax trees
p5-IO-Compress-Base-2.006 Base Class for IO::Uncompress modules
p5-IO-Compress-Zlib-2.006 Perl5 interface for reading and writing of (g)zip
files
p5-IO-Interface-1.04 Perl extension for access to network card configuration
inf
p5-IO-Socket-INET6-2.52 Perl module with object interface to AF_INET6 domain
socket
p5-IO-Socket-Multicast-1.05 Perl module to send and receive multicast messages
p5-IO-Socket-SSL-1.08 Perl5 interface to SSL sockets
p5-IO-String-1.08 Simplified Perl5 module to handle I/O on in-core strings
p5-IO-Zlib-1.05 IO:: style interface to Compress::Zlib
p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings
p5-MLDBM-2.01 Store multi-level hash structure in single level tied hash
p5-MLDBM-Sync-0.30 MLDBM::Sync - safe concurrent access to MLDBM databases
p5-Mail-SPF-2.004 Reference implementation of the RFC 4408 SPF protocol
p5-Mail-SPF-Query-1.999.1 Query Sender Permitted From for an IP\,email\,helo
p5-Mail-Tools-1.74 Perl5 modules for dealing with Internet e-mail messages
p5-Module-Build-0.28.08 Build and install Perl modules
p5-Net-1.22\,1 Perl5 modules to access and use network protocols
p5-Net-CIDR-Lite-0.20 Perl extension for merging IPv4 or IPv6 CIDR addresses
p5-Net-DNS-0.63 Perl5 interface to the DNS resolver\, and dynamic updates
p5-Net-DNS-Resolver-Programmable-0.002.2 Programmable DNS resolver for
off-line testing
p5-Net-IP-1.25 Perl extension for manipulating IPv4/IPv6 addresses
p5-Net-SSLeay-1.30_1 Perl5 interface to SSL
p5-Net-XWhois-0.90_4 Whois Client Interface for Perl5
p5-NetAddr-IP-4.00.7 Perl module for working with IP addresses and blocks
thereo
p5-PathTools-3.2701 A Perl module for portably manipulating file
specifications
p5-Scalar-List-Utils-1.19\,1 Perl subroutines that would be nice to have in the
perl cor
p5-Socket-Multicast6-0.02 Constructors and constants for IPv4/IPv6 multicast
socket o
p5-Socket6-0.20 IPv6 related part of the C socket.h defines and structure
m
p5-Spiffy-0.30 Spiffy Perl Interface Framework For You
p5-Storable-2.16 Persistency for perl data structures
p5-Sys-Hostname-Long-1.4 Try every conceivable way to get full hostname
p5-Test-Base-0.54 Test::Base - A Data Driven Testing Framework
p5-Test-Harness-2.64 Run perl standard test scripts with statistics
p5-Test-Simple-0.72 Basic utilities for writing tests in perl
p5-Text-Iconv-1.7 Perl interface to iconv() codeset conversion function
p5-TimeDate-1.16\,1 Perl5 module containing a better/faster date parser for
abs
p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI)
refere
p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser\,
expat
p5-YAML-0.65 YAML implementation in Perl
p5-gettext-1.05_1 Message handling functions
p5-libwww-5.805 Perl5 library for WWW access
p5-version-0.72.03 Perl extension for Version Objects
pciutils-2.2.3 PCI configuration utilities
pcre-7.4 Perl Compatible Regular Expressions library
pdflib-7.0.2 A C library for dynamically generating PDF
pdftohtml-0.39_2 A command-line tool for converting pdf-files into html
pear-1.7.1 PEAR framework for PHP
pear-MDB2-2.4.1 PEAR database abstraction layer
pear-MDB2_Driver_mysql-1.4.1 PEAR mysql MDB2 driver
pear-MDB2_Driver_mysqli-1.4.1 PEAR mysql MDB2 driver
pecl-fileinfo-1.0.4 A PECL extension to retrieve info about files
pecl-filter-0.11.0 PHP extension for safely dealing with input parameters
pecl-hash-1.4 HASH Message Digest Framework for PHP
pecl-json-1.2.1 PHP extension for JSON (JavaScript Object Notation)
seriali
pecl-perl-1.0.0 Embedded Perl
pecl-yaz-1.0.8 A PECL extension that implements a Z39.50 client
pecl-zip-1.9.0 A PECL extension to create and read zip files
perl-5.8.8_1 Practical Extraction and Report Language
php-sqlite3-0.4 A port for the PHP sqlite3 extension
php5-5.2.6 PHP Scripting Language
php5-bcmath-5.2.3 The bcmath shared extension for php
php5-bz2-5.2.3 The bz2 shared extension for php
php5-calendar-5.2.3 The calendar shared extension for php
php5-ctype-5.2.5 The ctype shared extension for php
php5-curl-5.2.5 The curl shared extension for php
php5-dom-5.2.5 The dom shared extension for php
php5-extensions-1.1 A "meta-port" to install PHP extensions
php5-ftp-5.2.5 The ftp shared extension for php
php5-gd-5.2.5 The gd shared extension for php
php5-gettext-5.2.5 The gettext shared extension for php
php5-iconv-5.2.5 The iconv shared extension for php
php5-imap-5.2.5_1 The imap shared extension for php
php5-mbstring-5.2.5 The mbstring shared extension for php
php5-mcrypt-5.2.5 The mcrypt shared extension for php
php5-mysql-5.2.5 The mysql shared extension for php
php5-mysqli-5.2.5 The mysqli shared extension for php
php5-openssl-5.2.6 The openssl shared extension for php
php5-pcre-5.2.5 The pcre shared extension for php
php5-pdo-5.2.3 The pdo shared extension for php
php5-pdo_sqlite-5.2.3 The pdo_sqlite shared extension for php
php5-pgsql-5.2.4_1 The pgsql shared extension for php
php5-posix-5.2.3_3 The posix shared extension for php
php5-pspell-5.2.3 The pspell shared extension for php
php5-session-5.2.5 The session shared extension for php
php5-simplexml-5.2.5 The simplexml shared extension for php
php5-snmp-5.2.3 The snmp shared extension for php
php5-sockets-5.2.3 The sockets shared extension for php
php5-spl-5.2.5 The spl shared extension for php
php5-sqlite-5.2.3_1 The sqlite shared extension for php
php5-tidy-5.2.5 The tidy shared extension for php
php5-tokenizer-5.2.5 The tokenizer shared extension for php
php5-xml-5.2.5 The xml shared extension for php
php5-xmlreader-5.2.5 The xmlreader shared extension for php
php5-xmlwriter-5.2.5 The xmlwriter shared extension for php
php5-xsl-5.2.5 The xsl shared extension for php
php5-zlib-5.2.5 The zlib shared extension for php
pine-4.64 PINE(tm) -- a Program for Internet News & Email
pkg-config-0.22_1 A utility to retrieve information about installed
libraries
pkg_install-20060113 FreeBSD -CURRENT version of the pkg tools for older
system
plesk-skins-8.4.0_95636 Skins pack for Plesk v 8.4.0
png-1.2.22 Library for manipulating PNG images
popt-1.7_4 A getopt(3) like library with a number of enhancements\,
fro
ports-common-1.0.0_94282\,1 Common things for all projects of SwSoft
portsentry-1.2 Port scan detection and active defense
portupgrade-2.0.1_1\,1 FreeBSD ports/packages administration and management
tool s
portupgrade-2.4.3_2\,2 FreeBSD ports/packages administration and management
tool s
postgresql-client-8.0.14 PostgreSQL database (client)
postgresql-server-8.0.14_2 The most advanced open-source database available
anywhere
printproto-1.0.3 Print extension headers
psa-8.4.0 Plesk Interface and Utilities
psa-apache-configurator-ap22-8.4.0 Apache WWW server chooser for Plesk
psa-apacheasp-2.59 ApacheASP for Plesk
psa-api-8.4.0 Plesk API (common files)
psa-api-rpc-8.4.0 Plesk API RPC
psa-appvault-8.4.0 Various www applications for Plesk
psa-autoinstaller-3.3.1 Autoinstaller for Plesk.
psa-awstats-6.5 AWStats is short for Advanced Web Statistics. Build for
Pl
psa-awstats-configurator-8.4.0 Awstats configurator for Plesk
psa-backup-manager-8.4.0 Plesk backup manager utility.
psa-bandwith-configurator-8.4.0 Apache mod_bw configurator for Plesk
psa-boost-1.32.0 Boost shared libraries for Plesk
psa-courier-imap-8.4.0 Courier-IMAP is an IMAP server for Maildir mailboxes.
psa-courier-imap-add-8.4.0 Courier-IMAP is an IMAP server for Maildir
mailboxes.
psa-drweb-qmail-4.33_96205 Antivirus for qmail Mail Transfer Agent
psa-horde-3.1.5 The Horde framework adopted for Plesk
psa-imp-4.1.5 Web Based IMAP Mail Program for Plesk based on Horde
psa-ingo-1.1.4 The Horde email filter rules manager
psa-libpam-plesk-8.4.0 PAM module to authorize users using Plesk Database.
psa-locale-base-8.4.0 Plesk en-US locale
psa-locale-de-de-8.4 Plesk de-DE locale
psa-locale-es-es-8.4 Plesk es-ES locale
psa-locale-fr-fr-8.4 Plesk fr-FR locale
psa-locale-it-it-8.4 Plesk it-IT locale
psa-locale-ja-jp-8.4 Plesk ja-JP locale
psa-locale-ru-ru-8.4 Plesk ru-RU locale
psa-locale-zh-cn-8.4 Plesk zh-CN locale
psa-locale-zh-tw-8.4 Plesk zh-TW locale
psa-logrotate-3.7 Utility for administration of log files
psa-mailman-2.1.6_96205 Mailing list manager (MLM)
psa-mailman-configurator-8.4.0 Mailman Fixups and Configuration scripts
psa-manual-custom-skin-guide-8.4.0 Plesk manuals.
psa-migration-manager-8.4.0 Plesk Migration Manager
psa-mimp-1.0.2 The Horde notes and memos application.
psa-miva-8.4.0 Miva support in Plesk
psa-mnemo-2.1.1 The Horde notes and memos application.
psa-mod-fcgid-configurator-8.4.0 Fast CGI module support for Plesk.
psa-module-fileserver-1.0.0_92370 Plesk-fileserver module for SMB support.
psa-module-firewall-1.0.1_92370 Plesk Firewall module.
psa-module-vpn-2.0.1_92370 Plesk The Virtual Private Networking module.
psa-module-watchdog-2.0.3_94282 Plesk (C) SWsoft Inc. 2008
psa-mysql-configurator-8.4.0 Multithreaded SQL database (chooser) for Plesk
psa-passwd-3.0.1 Horde password changing application
psa-pear-1.4.9_20060517 PEAR - PHP Extension and Application Repository
psa-php-configurator-8.4.0 Php chooser and configurator for Plesk
psa-phpmyadmin-2.8.2.4 A set of PHP-scripts to manage MySQL over the web
psa-phppgadmin-3.5.4 Web Based Postgres Administration
psa-postgresql-configurator-8.4.0 Postgresql server for Plesk
psa-ppwse-1.1_96205 Plesk Professional web site editor
psa-proftpd-1.3.1_96205 ProFTPD -- Professional FTP Server.
psa-qmail-1.03_96205 qmail Mail Transfer Agent
psa-qmail-rblsmtpd-0.70 Antispam DNS-based block lists
psa-rubyrails-configurator-8.4.0 RubyGems support for Plesk
psa-sb-publish-3.0.0_96205 Sitebuilder publishing meta-port
psa-sbm3-5.0.13 The Remote Admin for SiteBuilder module.
psa-sshterm-8.4.0_1 Web interface for SSH Terminal
psa-tomcat-configurator-8.4.0 Simple script for configure Tomcat
psa-turba-2.1.7 The Horde contact management application.
psa-webalizer-2.1.10 A web server log file analysis program. Build for Plesk.
psybnc-2.3.2.7 Extremely powerful IRC bouncer
pth-2.0.7 GNU Portable Threads
py24-gdbm-2.4.4 Python bindings to the GNU dbm library
py25-libxml2-2.6.30 Python interface for XML parser library for GNOME
python-2.5\,2 The "meta-port" for the default version of Python
interpret
python24-2.4.4 An interpreted object-oriented programming language
python25-2.5.1_1 An interpreted object-oriented programming language
pyzor-0.4.0_4 A collaborative\, networked system to detect and block spam
randrproto-1.2.1 Randr extension headers
razor-agents-2.84 A distributed\, collaborative\, spam detection and filtering
recordproto-1.13.2 RECORD extension headers
renderproto-0.9.2 RenderProto protocol headers
resourceproto-1.0.2 Resource extension headers
rkhunter-1.3.0 Rootkit detection tool
ruby+pthreads-1.8.6_2\,1 An object-oriented interpreted scripting language
ruby18-bdb-0.6.0 Ruby interface to Sleepycat's Berkeley DB revision 2 or
lat
ruby18-fcgi-0.8.7 FastCGI library for Ruby
ruby18-gems-0.9.2 Package management framework for the Ruby language
ruby18-mysql-2.7.3 Ruby module for accessing MySQL databases with a C API
like
rubygem-actionmailer-1.3.3 Easy email delivery and testing for Ruby
rubygem-actionpack-1.13.3 Action Controller and Action View of Rails MVC
Framework
rubygem-actionwebservice-1.2.3 Simple support for publishing Web Service APIs
for Rails ap
rubygem-activerecord-1.15.3 Object-relational mapping layer for Rails MVC
Framework
rubygem-activesupport-1.4.2 Utility classes and extension that are required by
Rails MV
rubygem-rails-1.2.3 MVC web application framework
rubygem-rake-0.7.3 Ruby Make
rubygem-ruby-postgres-0.7.1.2006.04.06_1 Ruby interface to PostgreSQL library
rubygem-sqlite3-1.2.1 Ruby interface to the SQLite DB engine version 3
screen-4.0.3 A multi-screen window manager
scrnsaverproto-1.1.0 ScrnSaver extension headers
setquota-0.1 Command line quota tools
sitebuilder-4.2.0 Parallels Plesk Sitebuilder V4
sitebuilder-locales-4.2.0 Sitebuilder locales port
sitebuilder-modules-4.2.0 SiteBuilder V4 modules port
spamass-rules-20060927 Custom rulesets for SpamAssassin
spamass-rules_du_jour-1.29b_1 Automatic updates of custom rulesets for
SpamAssassin
sqlite3-3.4.1 An SQL database engine in a C library w/ Tcl wrapper
subversion-1.4.3_2 Version control system
sudo-1.6.9.5 Allow others to run commands as root
suphp-0.5.2_2 Securely execute PHP scripts
svgalib-1.4.3_5 A low level console graphics library
sw-cp-server-1.0.1_200711221605 SWsoft control panels server
sw-engine-1.0_1565 Cross-platform packages build system
sw-sso-2.0_1898 SWsoft Single Sign-On implementation
swig-1.3.31_1 Simplified Wrapper and Interface Generator
t1lib-5.1.1_2\,1 A Type 1 Rasterizer Library for UNIX/X11
tcl-8.4.15_2\,1 Tool Command Language
texinfo-4.8_5 A typeset documentation system with multiple format output
tidy-lib-070614.c Utility to clean up and pretty print HTML/XHTML/XML (with
s
tiff-3.8.2_1 Tools and library routines for working with TIFF images
tk-8.4.15_2\,2 Graphical toolkit for TCL
tomcat-5.5.23_3 Open-source Java web server by Apache\, 5.5.x branch
trapproto-3.4.3 DEC-XTRAP extension headers
unzip-5.52_3 List\, test and extract compressed files in a ZIP archive
usermin-1.280 Web-based interface for performing some user tasks
videoproto-2.2.2 Video extension headers
vim-7.1.18 Vi "workalike"\, with many additional features
webmin-1.360 Web-based interface for system administration for Unix
wget-1.10.2_1 Retrieve files from the Net via HTTP and FTP
xcmiscproto-1.1.2 XCMisc extension headers
xextproto-7.0.2 XExt extension headers
xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers
xf86dgaproto-2.0.2 XFree86-DGA extension headers
xf86miscproto-0.9.2 XFree86-Misc extension headers
xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers
xineramaproto-1.1.2 Xinerama extension headers
xmlrpc++-0.7_1 A C++ implementation of the XML-RPC protocol
xmlrpc-c-1.06.27 XML-RPC library for C and C++
xorg-libraries-7.2_2 X.org libraries meta-port
xproto-7.0.10 X11 protocol headers
xtrans-1.0.3 Abstract network code for X
yaz-2.1.53 Z39.50/SR client and API library
zip-2.32 Create/update ZIP files compatible with pkzip
[(11:17 AM)] [(root at vortex)] [(~)] # cat /etc/make.conf
X11BASE=${LOCALBASE}
WITH_APACHE22= yes
NO_OPENSSH=true
#OPENSSL_OVERWRITE_BASE=yes
#WITH_OPENSSL_BASE=yes
## This is appended by Autoinstaller from SWsoft for
## make software installation from ports with proper params.
.if exists(/usr/local/etc/make.conf)
.include "/usr/local/etc/make.conf"
.endif
# added by use.perl 2008-05-13 09:32:03 PERL_VER=5.8.8 PERL_VERSION=5.8.8 [(11:17 AM)] [(root at vortex)] [(~)] # cat /usr/local/etc/make.conf
BATCH= yes
WITHOUT_X11= yes NO_IGNORE= yes
X11BASE=${LOCALBASE}
.if (${.CURDIR:N*/ports/net/samba3} == "") SAMBA_OPTIONS= quota ssl .endif
.if (${.CURDIR:N*/ports/java/diablo-jdk15} == "") PACKAGE_BUILDING= yes .endif
.if (${.CURDIR:N*/ports/databases/mysql41-server} == "") || (${.CURDIR:N*/ports/databases/mysql41-client} == "") \ || (${.CURDIR:N*/ports/databases/mysql50-server} == "") || (${.CURDIR:N*/ports/databases/mysql50-client} == "") WITH_LINUXPTHREADS= yes BUILD_OPTIMIZED= yes WITH_NDB= yes .endif
.if (${.CURDIR:N*/ports/lang/perl5.8} == "") WITHOUT_PERL_64BITINT= yes .endif
.if (${.CURDIR:N*/ports/lang/php4} == "") || (${.CURDIR:N*/ports/lang/php5}
== "") \
|| (${.CURDIR:N*/ports/swsoft/php4} == "") ||
(${.CURDIR:N*/ports/swsoft/php5} == "")
WITH_APACHE= yes
.endif
.if (${.CURDIR:N*/ports/ports-mgmt/portupgrade} == "") WITH_BDB4= yes WITH_BDB1= yes .endif
# OS version specific options #----------------------------- OSREL!= /usr/bin/uname -r | /usr/bin/sed -e 's/[-(].*//'
. if (${.CURDIR:N*/ports/www/apache20} == "") WITH_THREADS= yes WITH_SUEXEC_MODULES= yes . endif . if (${.CURDIR:N*/ports/www/apache22} == "") WITH_THREADS= yes WITH_SUEXEC= yes . endif
# Exclude dependency to apache for php extensions .if (${.CURDIR:N*/php5-*} == "") || (${.CURDIR:N*/php4-*} == "") PKG_IGNORE_DEPENDS+="www/apache*" .endif
.if (${.CURDIR:N*/pecl-fileinfo} == "") PKG_IGNORE_DEPENDS+="www/apache*" PKG_IGNORE_DEPENDS+="lang/php*" .endif
Problem solved via mailing list. http://lists.freebsd.org/pipermail/freebsd-perl/2008-May/001858.html
dland@landgren.net - Status changed from 'new' to 'resolved'
Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=freebsd\, osvers=5.5-stable\, archname=i386-freebsd uname='freebsd vortex.easyshellz.com 5.5-stable freebsd 5.5-stable #1: tue aug 14 11:50:23 edt 2007 root@vortex.easyshellz.com:usrobjusrsrcsyseasyshellz i386 '
freebsd 7-stable works fine. Maybe look at differences in the Makefile here and there. -- Reini Urban
On Tue\, 13 May 2008\, admin@easyshellz.com (via RT) wrote:
# New Ticket Created by admin@easyshellz.com # Please include the string: [perl #54136] # in the subject line of all future correspondence about this issue. # \<URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54136 >
This is a bug report for perl from admin@easyshellz.com\, generated with the help of perlbug 1.35 running under perl v5.8.8.
----------------------------------------------------------------- [Please enter your report here]
# gdb perl perl5.8.8.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation\, Inc. GDB is free software\, covered by the GNU General Public License\, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...
warning: core file may not match specified executable file. Core was generated by `perl5.8.8'.
This message strikes me as potentially meaningful. I don't know if the 'perl' in your command above differs in any way from the 'perl5.8.8' that generated the core file. Without knowing why you are trying to run gdb on a different executable\, it's hard to know what to make of the results.
I also ran make -n http://rafb.net/p/vK2Nmx84.html and It's line 9 that fails at
[(11:06 AM)] [(root at vortex)] [(/usr/ports/dns/p5-Net-DNS/work/Net-DNS-0.63)] # /usr/local/bin/perl5.8.8 ./Makefile.PL Testing if you have a C compiler and the needed header files.... You have a working compiler. You appear to be directly connected to the Internet. I have some tests that try to query live nameservers. Do you want to enable these tests? [y] Checking if your kit is complete... Segmentation fault (core dumped)
It looks to me as if your installation is corrupted somehow. I'd suggest trying to refresh it from FreeBSD\, however one does that sort of thing.
[hundreds of irrelevant lines about other FreeBSD packages omitted]
I'm sorry\, but I have no idea what all that was supposed to tell us.
-- Andy Dougherty doughera@lafayette.edu
Migrated from rt.perl.org#54136 (status was 'resolved')
Searchable as RT54136$