problem with shared hosting, extenstions, libraries

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
eugene2006
Forum Newbie
Posts: 19
Joined: Fri Oct 28, 2005 6:09 pm

problem with shared hosting, extenstions, libraries

Post by eugene2006 »

problem with shared hosting, extenstions, libraries
I bought http://www.boonex.com/products/shark/ dating software
and encountered several problems with my hosting http://www.servage.net/?a=g-eu-adult


in manual it says

When you finish with database creation you need to execute SQL script “shark10.sql” supplied in the package. You need to open your “phpMyAdmin” and choose database created above. Then you need to find the tab with name “SQL” and open it. In the opened window you need to paste whole content of the “shark10.sql” file in the field for SQL query and then press “go”. All tables will be installed with default prefix “shark_”.

--> sql file is 20 mb size, phpadmin uploads only 8mb, i did a gz files 1.4 mb
but still no success. Should I go by painfull process of splitting 20mb file into pieces and upload it? anyway it is not the worst problem

next ...

6) Installation of extension.
You need to copy “datex.so”(”datex.dll”) supplied with Shark package into the extension’s folder. This folder sets up in the “php.ini” file of “php” installed on your server.
Then you need to copy “mysql” folder supplied in the package to the “/usr/local/mysql/lib/” folder of your server. When you finish these actions you need to restart you Apache.



-----------------------
support says:
You can use the dl() function to load extensions.
http://www.php.net/manual/en/function.dl.php
We do not support mysql binary files, which can make the mysql service unstable due to version
incompatibility.
I will close your other ticket with the subject: \"extension .so dating software\".
Please reply to this ticket.
I hope that helps.
-------------------------


in mysql folder i have
Volume in drive C is KRIPPOPOTAMUS
Volume Serial Number is 0813-EA14

Directory of C:\evgenius\www\newdating.info\mysql

16.05.2006 22:00 <DIR> .
16.05.2006 22:00 <DIR> ..
16.05.2006 22:00 0 dir.txt
29.04.2006 10:00 11я866 libdbug.a
29.04.2006 10:00 40я260 libheap.a
29.04.2006 10:00 13я536 libmerge.a
29.04.2006 10:00 310я574 libmyisam.a
29.04.2006 10:00 24я914 libmyisammrg.a
29.04.2006 10:00 467я666 libmysqlclient.a
29.04.2006 10:00 877 libmysqlclient.la
29.04.2006 10:00 395я528 libmysqlclient.so
29.04.2006 10:00 395я528 libmysqlclient.so.14
29.04.2006 10:00 395я528 libmysqlclient.so.14.0.0
29.04.2006 10:00 235я306 libmystrings.a
29.04.2006 10:00 255я152 libmysys.a
29.04.2006 10:00 97я284 libnisam.a
29.04.2006 10:00 5я424 libvio.a
15 File(s) 2я649я443 bytes
2 Dir(s) 30я308я581я376 bytes free



and datex.so is 121kb , i understand i load it on runtime with dl()
but what with the rest mysql folder?

can I overcome this problem without ordering VPS linux?
because servage is so nice and 600 GB bandwidth and adult supports


by the way,
would it be enough for small dating website VPS with 128 MB ram, and unknown CPU power
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Are you on a shared host, Virtual Private Server or Dedicated Server?

For the large queries, you are going to need to either change your MySQL server variables (which I wouldn't do) or use a utility like BigDump.
Post Reply