Hi.
Trying to install GD Perl interface (by Lincoln D. Stein) on Linux.
I installed libgd on '/usr/local/gd'. I think it's well installed:
[]# /usr/local/gd/bin/gdlib-config --features
GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON
[]# /usr/local/gd/bin/gdlib-config --version...
Hi.
Using Perl v5.8.3 on Linux, I'm trying to install GD interface for Perl (made by Lincoln Stein).
I installed GD, zlib, jpeg-6b and freetype from sources (the very last versions).
When executing script, I get this error message:
-----
Can't locate object method "newFromGif" via package...
Hi.
Using mySQL 4.1.22 on Linux, I got this error message suddenly this morning (it worked ok yesterday):
---------
[root@server]# /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
----------
I created a...
Hi.
I'm trying to create a table with 1.8*10^11 rows? Is it possible with
mySQL v4?
I suppose it will take a lot of time to handle it, right?
Thank you very much.
Hi.
Thank you very much for your quick answers. I try to handle data from a
450x450 meter surface.
I've got 100,000 elements distributed on this surface, and each
square millimeter can hold one or more elements. So the array to create
is a sparse one: most of square millimeters holds zero...
Hi.
I'd like to create a program to handle data (natural numbers)
within a 450,000 x 450,000 array. I'm considering Perl, but
I don't know is it's powerful enough to manage it.
Thank you very much.
Hi.
With 4.4.2 + Apache 2.0 on Linux, I've got these PHP lines
within '/var/www/html/vhosts/foo.com/httpdocs/index.php':
-------
print "Here 1";
include ('/var/www/html/vhosts/foo.com/httpdocs/foo.php');
print "Here 2";
-------
I get "Here 1" message, but not "Here 2", and...
Hi.
I've got three tables (users, books and news), and I would like to crete a web interface
to manage their data (create items, modify items, delete items).
Is there any PHP script to create it automatically (in the same way phpMyAdmin does, but
with less functionalities)?
Thank you very much.
Hi.
My Linux server has just restarted due to memory problems.
Browsing mySQL logs, I've found out 5,000 lines like these in less than one hour:
--------------
060808 1:27:39 [ERROR] /usr/sbin/mysqld: Can't open file: 'my_table.MYI' (errno: 145)
060808 1:27:39 [ERROR] /usr/sbin/mysqld: Can't...
I created this very-simple '/etc/my.conf':
--------
[mysqld]
basedir=/usr/local/mysql
datadir=/usr/local/mysql/var
socket=/tmp/mysql.sock
-----------
But it doesn't still work.
'/usr/local/mysql/var' hosts the data, but within 'mysql' subdirectory, there are
only two files:
--------------...
Hi.
Working with mySQL 3.23.58 on Linux, I get this error when trying to start mysqld:
--------------------
060716 03:07:21 mysqld started
060716 03:07:21 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't exist
060716 03:07:21 mysqld ended
---------------------
This Linux machine...
Hi.
I created these PHP scripts, in order to execute 'foo.php'
by using 'ob_start' via another script ('admin.php').
'foo.php' requires some libraries ('functions_for_foo.php'
where some arrays are handled) and 'admin.php' requires other
libraries ('unctions_for_admin.php')...
Hi.
If I create "array_info.php":
---------
$myList = array ("John", "Mary");
----------
and "foo.php":
--------
require_once("array_info.php");
print_r($myList);
-------
it works ok.
But if I create "another_script.php":
---------
include("foo.php");
---------
myList data dissapear, and...
Hi.
Usin Bind 9.2.4, I created a subdomain on my DNS server, by adding a line at
'/var/named/zone/mydomain.com':
-----------
foo A 82.194.72.73
-----------
I restarted Bind, and waited 48 hours. After them, I was able to access
'foo.mydomain.com' with my web browser from my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.