This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by festiz
Fri Dec 03, 2004 6:57 pm
Forum: Scripting Help
Topic: errh??
Replies: 2
Views: 4206

errh??

My problem is that my script won't enter my foreach-loop if there is no user with nick=$nick. Wich means that my if-statement is useless. Is there some way to transform my foreach to a combined if-statement that does what my if-statement should do? In PHP i would have checked if number of results fr...
by festiz
Fri Dec 03, 2004 12:01 pm
Forum: Archive
Topic: can't find package mysqltcl
Replies: 7
Views: 3429

Thank you! I made this little tclscript which I ran in console. Now I can require the package mysqltcl without any problems!

Code: Select all

pkg_mkIndex /usr/lib/mysqltcl-2.51
by festiz
Fri Dec 03, 2004 8:28 am
Forum: Archive
Topic: can't find package mysqltcl
Replies: 7
Views: 3429

can't find package mysqltcl

I've just installed mysqltcl v. 2.51 with the below lines. ./configure -with-mysql-include=/usr/local/mysql/include/mysql/ -with-mysql-lib=/usr/local/mysql/lib/mysql/ make su -c "make install" So when i request the mysqltcl-module as such set mysql(vers) "2.51" package require my...