Search the web
Sign In
New User? Sign Up
topincs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 200   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#30 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 2:33 pm
Subject: Re: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Cookies and Javascript are enabled.

Here is the content of the Javascript console:

Error: syntax error
Source File: http://localhost/topincs/js/util.js
Line: 24, Column: 1
Source Code:
   case 'GET':

I really hope that helps :-)

All the best

Mark

On 19 May 2006, at 15:21, Robert Cerny wrote:

> Make sure that Cookies and JavaScript are enabled. If the problem
> persists, open the JavaScript console, clear the console, reload the
> page and send error messages if there are any.
>
> Don't despair you are almost there! :-)
>
> Robert
>
> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>>
>> Ok, things are moving, but I am still having problems :-(
>>
>> I can now access localhost/topincs. I created a user and imported a
>> Topic Map but when I log in all I see is the structure of the
>> application (Menu, Maps, History, Search), but no information or any
>> functionality. This was the same when I logged on as test.
>>
>> I am using Firefox 1.5.0.3.
>>
>> All the best
>>
>> Mark
>>
>> On 19 May 2006, at 13:58, Robert Cerny wrote:
>>
>>> Mark,
>>>
>>> The missing topincs.httpd.conf is the cause of the problem. I do
>>> suspect that your installation is corrupt due to the issues in the
>>> beginning with PHP/MySQL. Remove the topincs dir and unpack the
>>> distribution (best 1.1.2) and run configure again.
>>>
>>> Regards,
>>> Robert
>>>
>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>
>>>> Robert,
>>>>
>>>> the line written by configure:
>>>>
>>>> Include "/usr/local/topincs/conf/httpd.conf"
>>>>
>>>> The contents of TOPINCS_HOME/conf/httpd.conf:
>>>>
>>>> RewriteEngine on
>>>>
>>>> <Directory "/usr/local/topincs/docroot">
>>>>      DirectoryIndex index.php
>>>>      AddType 'text/html; charset=UTF-8' .html
>>>>      DefaultType application/x-httpd-php
>>>>      php_value error_log "/usr/local/topincs/logs/php_server.log"
>>>>      php_value include_path "/usr/local/topincs/php:/usr/local/
>>>> topincs/vendor/php"
>>>>      php_value log_errors "1"
>>>>      php_value default_charset "UTF-8"
>>>>      php_value magic_quotes_gpc "0"
>>>>      php_value max_execution_time "7200"
>>>> </Directory>
>>>>
>>>> Include "/usr/local/topincs/conf/*.httpd.conf"
>>>>
>>>>
>>>> There is no topincs.httpd.conf, nor did configure say anything
>>>> about
>>>> trying to write one.
>>>>
>>>> All the best
>>>>
>>>> Mark
>>>>
>>>> On 19 May 2006, at 12:26, Robert Cerny wrote:
>>>>
>>>>> Mark,
>>>>>
>>>>> Pls post the complete include line as it is written by
>>>>> configure and
>>>>> post the content of TOPINCS_HOME/conf/httpd.conf and the
>>>>> TOPINCS_HOME/conf/topincs.httpd.conf.
>>>>>
>>>>> Regards,
>>>>> Robert
>>>>>
>>>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>>>
>>>>>> Robert,
>>>>>>
>>>>>> mod_rewrite is activated as is mod_setenvif. I can't find any
>>>>>> reference to mod_setenv - nor in the Apache 2 documentation.
>>>>>>
>>>>>> The error log just says: File does not exist: /Library/Apache2/
>>>>>> htdocs/
>>>>>> topincs which suggests that the topincs.httpd.conf is not doing
>>>>>> anything, as the location of topincs is /usr/local (which is
>>>>>> what the
>>>>>> generated httpd.conf says).
>>>>>>
>>>>>> All the best
>>>>>>
>>>>>> Mark
>>>>>>
>>>>>> PS I appreciate the support you are providing
>>>>>>
>>>>>>
>>>>>> On 19 May 2006, at 11:31, Robert Cerny wrote:
>>>>>>
>>>>>>> Mark,
>>>>>>>
>>>>>>> Determine if Apache is running without Topincs by
>>>>>>> uncommenting the
>>>>>>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
>>>>>>> Apache. If
>>>>>>> it is running fine, activate the line again and look into your
>>>>>>> APACHE_HOME/logs/errors.log to see if Topincs requires something
>>>>>>> that
>>>>>>> is not activated in Apache. Make sure you activated mod_rewrite
>>>>>>> and
>>>>>>> mod_setenv.
>>>>>>>
>>>>>>> Kind regards,
>>>>>>> Robert
>>>>>>>
>>>>>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi Robert,
>>>>>>>>
>>>>>>>> I found that there is a documented problem with PHP and MySQL
>>>>>>>> on OS
>>>>>>>> X. Just in case anyone else ever has the same problem, I used
>>>>>>>> the fix
>>>>>>>> documented here: http://www.macosxhints.com/article.php?
>>>>>>>> story=20060111113313511&lsrc=osxh
>>>>>>>>
>>>>>>>> Anyway, configure now works fine as far as I can see.
>>>>>>>>
>>>>>>>> So I completed the installation process as documented,
>>>>>>>> modifying
>>>>>>>> httpd.conf, and followed the link to http://localhost/topincs/.
>>>>>>>> However I just get a 404 error. As far as I can see the line
>>>>>>>> Include
>>>>>>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did
>>>>>>>> remember to
>>>>>>>> restart Apache. The topincs httpd.conf has been generated and
>>>>>>>> all the
>>>>>>>> path information within it is okay.
>>>>>>>>
>>>>>>>> Could there be something it needs that is switched off in
>>>>>>>> Apache?
>>>>>>>>
>>>>>>>> All the best
>>>>>>>>
>>>>>>>> Mark
>>>>>>>>
>>>>>>>>
>>>>>>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
>>>>>>>>
>>>>>>>>> Hello Mark,
>>>>>>>>>
>>>>>>>>> Try putting something like
>>>>>>>>>
>>>>>>>>> mysql.default_socket=/tmp/mysql.sock
>>>>>>>>>
>>>>>>>>> or
>>>>>>>>>
>>>>>>>>> mysql.default_socket=/private/tmp/mysql.sock
>>>>>>>>>
>>>>>>>>> into your /etc/php.ini.
>>>>>>>>>
>>>>>>>>> Kind regards,
>>>>>>>>> Robert
>>>>>>>>>
>>>>>>>>> markseaborne wrote:
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
>>>>>>>>>> 4.3.9
>>>>>>>>>> and MySQL 5.0.21.
>>>>>>>>>>
>>>>>>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
>>>>>>>>>> running
>>>>>>>>>> without problem.
>>>>>>>>>>
>>>>>>>>>> I have followed instructions for setting up MySQL,
>>>>>>>>>> changing the
>>>>>>>>>> password and adding MYSQL_HOME/bin to my PATH, where
>>>>>>>>>> MYSQL_HOME is
>>>>>>>>>> the
>>>>>>>>>>  path of MySQL on my machine.
>>>>>>>>>>
>>>>>>>>>> I am now trying to run configure, but I get the following
>>>>>>>>>> error:
>>>>>>>>>>
>>>>>>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL
>>>>>>>>>> server
>>>>>>>>>> through
>>>>>>>>>> socket '/var/mysql/mysql.sock' (2) in
>>>>>>>>>> /usr/local/topincs/php/admin/configure.php on line 22
>>>>>>>>>> No database connection possible. Please check your
>>>>>>>>>> credentials!
>>>>>>>>>> Can't connect to local MySQL server through socket '/var/
>>>>>>>>>> mysql/
>>>>>>>>>> mysql.sock'
>>>>>>>>>>
>>>>>>>>>> My credentials are fine :-) I can use MySQL from the same
>>>>>>>>>> command
>>>>>>>>>> line
>>>>>>>>>>  using the same password I am passing to configure.
>>>>>>>>>>
>>>>>>>>>> Can anyone suggest anything I can try to get configure
>>>>>>>>>> working?
>>>>>>>>>>
>>>>>>>>>> All the best
>>>>>>>>>>
>>>>>>>>>> Mark
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Yahoo! Groups Links
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>>>>>> --------------------
>>>>>>>>> ~-->
>>>>>>>>> You can search right from your browser? It's easy and it's
>>>>>>>>> free.
>>>>>>>>> See how.
>>>>>>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
>>>>>>>>>
>>> ------------------------------------------------------------------
>>>>>>>>> --
>>>>>>>>> ~->
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Yahoo! Groups Links
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>>>> --------------------
>>>>>>> ~-->
>>>>>>> Everything you need is one click away.  Make Yahoo! your home
>>>>>>> page
>>>>>>> now.
>>>>>>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
>>>>>>>
> ------------------------------------------------------------------
>>>>>>> --
>>>>>>> ~->
>>>>>>>
>>>>>>>
>>>>>>> Yahoo! Groups Links
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>> --------------------
>>>>> ~-->
>>>>> Home is just a click away.  Make Yahoo! your home page now.
>>>>> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
>>>>> ------------------------------------------------------------------
>>>>> --
>>>>> ~->
>>>>>
>>>>>
>>>>> Yahoo! Groups Links
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------ Yahoo! Groups Sponsor --------------------
>>> ~-->
>>> Protect your PC from spy ware with award winning anti spy
>>> technology. It's free.
>>> http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/NhFolB/TM
>>> --------------------------------------------------------------------
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Get to your groups with one click. Know instantly when new email
> arrives
> http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>

#29 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 2:21 pm
Subject: Re: Installation problem (configure)
robert_cerny
Offline Offline
Send Email Send Email
 
Make sure that Cookies and JavaScript are enabled. If the problem
persists, open the JavaScript console, clear the console, reload the
page and send error messages if there are any.

Don't despair you are almost there! :-)

Robert

--- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>
> Ok, things are moving, but I am still having problems :-(
>
> I can now access localhost/topincs. I created a user and imported a
> Topic Map but when I log in all I see is the structure of the
> application (Menu, Maps, History, Search), but no information or any
> functionality. This was the same when I logged on as test.
>
> I am using Firefox 1.5.0.3.
>
> All the best
>
> Mark
>
> On 19 May 2006, at 13:58, Robert Cerny wrote:
>
> > Mark,
> >
> > The missing topincs.httpd.conf is the cause of the problem. I do
> > suspect that your installation is corrupt due to the issues in the
> > beginning with PHP/MySQL. Remove the topincs dir and unpack the
> > distribution (best 1.1.2) and run configure again.
> >
> > Regards,
> > Robert
> >
> > --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>
> >> Robert,
> >>
> >> the line written by configure:
> >>
> >> Include "/usr/local/topincs/conf/httpd.conf"
> >>
> >> The contents of TOPINCS_HOME/conf/httpd.conf:
> >>
> >> RewriteEngine on
> >>
> >> <Directory "/usr/local/topincs/docroot">
> >>      DirectoryIndex index.php
> >>      AddType 'text/html; charset=UTF-8' .html
> >>      DefaultType application/x-httpd-php
> >>      php_value error_log "/usr/local/topincs/logs/php_server.log"
> >>      php_value include_path "/usr/local/topincs/php:/usr/local/
> >> topincs/vendor/php"
> >>      php_value log_errors "1"
> >>      php_value default_charset "UTF-8"
> >>      php_value magic_quotes_gpc "0"
> >>      php_value max_execution_time "7200"
> >> </Directory>
> >>
> >> Include "/usr/local/topincs/conf/*.httpd.conf"
> >>
> >>
> >> There is no topincs.httpd.conf, nor did configure say anything about
> >> trying to write one.
> >>
> >> All the best
> >>
> >> Mark
> >>
> >> On 19 May 2006, at 12:26, Robert Cerny wrote:
> >>
> >>> Mark,
> >>>
> >>> Pls post the complete include line as it is written by configure and
> >>> post the content of TOPINCS_HOME/conf/httpd.conf and the
> >>> TOPINCS_HOME/conf/topincs.httpd.conf.
> >>>
> >>> Regards,
> >>> Robert
> >>>
> >>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>>>
> >>>> Robert,
> >>>>
> >>>> mod_rewrite is activated as is mod_setenvif. I can't find any
> >>>> reference to mod_setenv - nor in the Apache 2 documentation.
> >>>>
> >>>> The error log just says: File does not exist: /Library/Apache2/
> >>>> htdocs/
> >>>> topincs which suggests that the topincs.httpd.conf is not doing
> >>>> anything, as the location of topincs is /usr/local (which is
> >>>> what the
> >>>> generated httpd.conf says).
> >>>>
> >>>> All the best
> >>>>
> >>>> Mark
> >>>>
> >>>> PS I appreciate the support you are providing
> >>>>
> >>>>
> >>>> On 19 May 2006, at 11:31, Robert Cerny wrote:
> >>>>
> >>>>> Mark,
> >>>>>
> >>>>> Determine if Apache is running without Topincs by uncommenting the
> >>>>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
> >>>>> Apache. If
> >>>>> it is running fine, activate the line again and look into your
> >>>>> APACHE_HOME/logs/errors.log to see if Topincs requires something
> >>>>> that
> >>>>> is not activated in Apache. Make sure you activated mod_rewrite
> >>>>> and
> >>>>> mod_setenv.
> >>>>>
> >>>>> Kind regards,
> >>>>> Robert
> >>>>>
> >>>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>>>>>
> >>>>>> Hi Robert,
> >>>>>>
> >>>>>> I found that there is a documented problem with PHP and MySQL
> >>>>>> on OS
> >>>>>> X. Just in case anyone else ever has the same problem, I used
> >>>>>> the fix
> >>>>>> documented here: http://www.macosxhints.com/article.php?
> >>>>>> story=20060111113313511&lsrc=osxh
> >>>>>>
> >>>>>> Anyway, configure now works fine as far as I can see.
> >>>>>>
> >>>>>> So I completed the installation process as documented, modifying
> >>>>>> httpd.conf, and followed the link to http://localhost/topincs/.
> >>>>>> However I just get a 404 error. As far as I can see the line
> >>>>>> Include
> >>>>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did
> >>>>>> remember to
> >>>>>> restart Apache. The topincs httpd.conf has been generated and
> >>>>>> all the
> >>>>>> path information within it is okay.
> >>>>>>
> >>>>>> Could there be something it needs that is switched off in Apache?
> >>>>>>
> >>>>>> All the best
> >>>>>>
> >>>>>> Mark
> >>>>>>
> >>>>>>
> >>>>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
> >>>>>>
> >>>>>>> Hello Mark,
> >>>>>>>
> >>>>>>> Try putting something like
> >>>>>>>
> >>>>>>> mysql.default_socket=/tmp/mysql.sock
> >>>>>>>
> >>>>>>> or
> >>>>>>>
> >>>>>>> mysql.default_socket=/private/tmp/mysql.sock
> >>>>>>>
> >>>>>>> into your /etc/php.ini.
> >>>>>>>
> >>>>>>> Kind regards,
> >>>>>>> Robert
> >>>>>>>
> >>>>>>> markseaborne wrote:
> >>>>>>>> Hi,
> >>>>>>>>
> >>>>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
> >>>>>>>> 4.3.9
> >>>>>>>> and MySQL 5.0.21.
> >>>>>>>>
> >>>>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
> >>>>>>>> running
> >>>>>>>> without problem.
> >>>>>>>>
> >>>>>>>> I have followed instructions for setting up MySQL, changing the
> >>>>>>>> password and adding MYSQL_HOME/bin to my PATH, where
> >>>>>>>> MYSQL_HOME is
> >>>>>>>> the
> >>>>>>>>  path of MySQL on my machine.
> >>>>>>>>
> >>>>>>>> I am now trying to run configure, but I get the following
> >>>>>>>> error:
> >>>>>>>>
> >>>>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
> >>>>>>>> through
> >>>>>>>> socket '/var/mysql/mysql.sock' (2) in
> >>>>>>>> /usr/local/topincs/php/admin/configure.php on line 22
> >>>>>>>> No database connection possible. Please check your credentials!
> >>>>>>>> Can't connect to local MySQL server through socket '/var/mysql/
> >>>>>>>> mysql.sock'
> >>>>>>>>
> >>>>>>>> My credentials are fine :-) I can use MySQL from the same
> >>>>>>>> command
> >>>>>>>> line
> >>>>>>>>  using the same password I am passing to configure.
> >>>>>>>>
> >>>>>>>> Can anyone suggest anything I can try to get configure working?
> >>>>>>>>
> >>>>>>>> All the best
> >>>>>>>>
> >>>>>>>> Mark
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> Yahoo! Groups Links
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> ------------------------ Yahoo! Groups Sponsor
> >>>>>>> --------------------
> >>>>>>> ~-->
> >>>>>>> You can search right from your browser? It's easy and it's free.
> >>>>>>> See how.
> >>>>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
> >>>>>>>
> > ------------------------------------------------------------------
> >>>>>>> --
> >>>>>>> ~->
> >>>>>>>
> >>>>>>>
> >>>>>>> Yahoo! Groups Links
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> ------------------------ Yahoo! Groups Sponsor
> >>>>> --------------------
> >>>>> ~-->
> >>>>> Everything you need is one click away.  Make Yahoo! your home page
> >>>>> now.
> >>>>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
> >>>>>
------------------------------------------------------------------
> >>>>> --
> >>>>> ~->
> >>>>>
> >>>>>
> >>>>> Yahoo! Groups Links
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ------------------------ Yahoo! Groups Sponsor --------------------
> >>> ~-->
> >>> Home is just a click away.  Make Yahoo! your home page now.
> >>> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
> >>> --------------------------------------------------------------------
> >>> ~->
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor --------------------
> > ~-->
> > Protect your PC from spy ware with award winning anti spy
> > technology. It's free.
> > http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/NhFolB/TM
> > --------------------------------------------------------------------
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>

#28 From: "Fedor Isakov" <fisakov@...>
Date: Fri May 19, 2006 1:46 pm
Subject: Re: Configure problems
fedor_isakov
Offline Offline
Send Email Send Email
 
Hi,

> Try creating a user that is not supposed to exist

C:\opt\topincs\bin>create-user.bat foo bar
1364: Field 'system_reifier' doesn't have a default value
User foo could not be created in store topincs.

In fact, I checked the database contents: database structure has been
created, but all the tables are empty.

After I manually execute the following SQL statement, I'm able to log
in actually! (it's nice UI you have there, BTW)

insert into users set user_name="test", password="test",
system_reifier="42";

My setup:

Apache HTTP Server 2.0.58
mysql  Ver 14.12 Distrib 5.0.21, for Win32 (ia32)
PHP 4.4.2 (cgi-fcgi) (built: Jan 13 2006 13:53:43)
WinXP Pro +SP2

Cheers,
Fedor.

#27 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 1:43 pm
Subject: Re: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Ok, things are moving, but I am still having problems :-(

I can now access localhost/topincs. I created a user and imported a
Topic Map but when I log in all I see is the structure of the
application (Menu, Maps, History, Search), but no information or any
functionality. This was the same when I logged on as test.

I am using Firefox 1.5.0.3.

All the best

Mark

On 19 May 2006, at 13:58, Robert Cerny wrote:

> Mark,
>
> The missing topincs.httpd.conf is the cause of the problem. I do
> suspect that your installation is corrupt due to the issues in the
> beginning with PHP/MySQL. Remove the topincs dir and unpack the
> distribution (best 1.1.2) and run configure again.
>
> Regards,
> Robert
>
> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>>
>> Robert,
>>
>> the line written by configure:
>>
>> Include "/usr/local/topincs/conf/httpd.conf"
>>
>> The contents of TOPINCS_HOME/conf/httpd.conf:
>>
>> RewriteEngine on
>>
>> <Directory "/usr/local/topincs/docroot">
>>      DirectoryIndex index.php
>>      AddType 'text/html; charset=UTF-8' .html
>>      DefaultType application/x-httpd-php
>>      php_value error_log "/usr/local/topincs/logs/php_server.log"
>>      php_value include_path "/usr/local/topincs/php:/usr/local/
>> topincs/vendor/php"
>>      php_value log_errors "1"
>>      php_value default_charset "UTF-8"
>>      php_value magic_quotes_gpc "0"
>>      php_value max_execution_time "7200"
>> </Directory>
>>
>> Include "/usr/local/topincs/conf/*.httpd.conf"
>>
>>
>> There is no topincs.httpd.conf, nor did configure say anything about
>> trying to write one.
>>
>> All the best
>>
>> Mark
>>
>> On 19 May 2006, at 12:26, Robert Cerny wrote:
>>
>>> Mark,
>>>
>>> Pls post the complete include line as it is written by configure and
>>> post the content of TOPINCS_HOME/conf/httpd.conf and the
>>> TOPINCS_HOME/conf/topincs.httpd.conf.
>>>
>>> Regards,
>>> Robert
>>>
>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>
>>>> Robert,
>>>>
>>>> mod_rewrite is activated as is mod_setenvif. I can't find any
>>>> reference to mod_setenv - nor in the Apache 2 documentation.
>>>>
>>>> The error log just says: File does not exist: /Library/Apache2/
>>>> htdocs/
>>>> topincs which suggests that the topincs.httpd.conf is not doing
>>>> anything, as the location of topincs is /usr/local (which is
>>>> what the
>>>> generated httpd.conf says).
>>>>
>>>> All the best
>>>>
>>>> Mark
>>>>
>>>> PS I appreciate the support you are providing
>>>>
>>>>
>>>> On 19 May 2006, at 11:31, Robert Cerny wrote:
>>>>
>>>>> Mark,
>>>>>
>>>>> Determine if Apache is running without Topincs by uncommenting the
>>>>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
>>>>> Apache. If
>>>>> it is running fine, activate the line again and look into your
>>>>> APACHE_HOME/logs/errors.log to see if Topincs requires something
>>>>> that
>>>>> is not activated in Apache. Make sure you activated mod_rewrite
>>>>> and
>>>>> mod_setenv.
>>>>>
>>>>> Kind regards,
>>>>> Robert
>>>>>
>>>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>>>
>>>>>> Hi Robert,
>>>>>>
>>>>>> I found that there is a documented problem with PHP and MySQL
>>>>>> on OS
>>>>>> X. Just in case anyone else ever has the same problem, I used
>>>>>> the fix
>>>>>> documented here: http://www.macosxhints.com/article.php?
>>>>>> story=20060111113313511&lsrc=osxh
>>>>>>
>>>>>> Anyway, configure now works fine as far as I can see.
>>>>>>
>>>>>> So I completed the installation process as documented, modifying
>>>>>> httpd.conf, and followed the link to http://localhost/topincs/.
>>>>>> However I just get a 404 error. As far as I can see the line
>>>>>> Include
>>>>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did
>>>>>> remember to
>>>>>> restart Apache. The topincs httpd.conf has been generated and
>>>>>> all the
>>>>>> path information within it is okay.
>>>>>>
>>>>>> Could there be something it needs that is switched off in Apache?
>>>>>>
>>>>>> All the best
>>>>>>
>>>>>> Mark
>>>>>>
>>>>>>
>>>>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
>>>>>>
>>>>>>> Hello Mark,
>>>>>>>
>>>>>>> Try putting something like
>>>>>>>
>>>>>>> mysql.default_socket=/tmp/mysql.sock
>>>>>>>
>>>>>>> or
>>>>>>>
>>>>>>> mysql.default_socket=/private/tmp/mysql.sock
>>>>>>>
>>>>>>> into your /etc/php.ini.
>>>>>>>
>>>>>>> Kind regards,
>>>>>>> Robert
>>>>>>>
>>>>>>> markseaborne wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
>>>>>>>> 4.3.9
>>>>>>>> and MySQL 5.0.21.
>>>>>>>>
>>>>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
>>>>>>>> running
>>>>>>>> without problem.
>>>>>>>>
>>>>>>>> I have followed instructions for setting up MySQL, changing the
>>>>>>>> password and adding MYSQL_HOME/bin to my PATH, where
>>>>>>>> MYSQL_HOME is
>>>>>>>> the
>>>>>>>>  path of MySQL on my machine.
>>>>>>>>
>>>>>>>> I am now trying to run configure, but I get the following
>>>>>>>> error:
>>>>>>>>
>>>>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
>>>>>>>> through
>>>>>>>> socket '/var/mysql/mysql.sock' (2) in
>>>>>>>> /usr/local/topincs/php/admin/configure.php on line 22
>>>>>>>> No database connection possible. Please check your credentials!
>>>>>>>> Can't connect to local MySQL server through socket '/var/mysql/
>>>>>>>> mysql.sock'
>>>>>>>>
>>>>>>>> My credentials are fine :-) I can use MySQL from the same
>>>>>>>> command
>>>>>>>> line
>>>>>>>>  using the same password I am passing to configure.
>>>>>>>>
>>>>>>>> Can anyone suggest anything I can try to get configure working?
>>>>>>>>
>>>>>>>> All the best
>>>>>>>>
>>>>>>>> Mark
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Yahoo! Groups Links
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>>>> --------------------
>>>>>>> ~-->
>>>>>>> You can search right from your browser? It's easy and it's free.
>>>>>>> See how.
>>>>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
>>>>>>>
> ------------------------------------------------------------------
>>>>>>> --
>>>>>>> ~->
>>>>>>>
>>>>>>>
>>>>>>> Yahoo! Groups Links
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>> --------------------
>>>>> ~-->
>>>>> Everything you need is one click away.  Make Yahoo! your home page
>>>>> now.
>>>>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
>>>>> ------------------------------------------------------------------
>>>>> --
>>>>> ~->
>>>>>
>>>>>
>>>>> Yahoo! Groups Links
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------ Yahoo! Groups Sponsor --------------------
>>> ~-->
>>> Home is just a click away.  Make Yahoo! your home page now.
>>> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
>>> --------------------------------------------------------------------
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Protect your PC from spy ware with award winning anti spy
> technology. It's free.
> http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>

#26 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 1:13 pm
Subject: Re: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
That did the trick, thanks Robert.

All the best

Mark

On 19 May 2006, at 13:58, Robert Cerny wrote:

> Mark,
>
> The missing topincs.httpd.conf is the cause of the problem. I do
> suspect that your installation is corrupt due to the issues in the
> beginning with PHP/MySQL. Remove the topincs dir and unpack the
> distribution (best 1.1.2) and run configure again.
>
> Regards,
> Robert
>
> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>>
>> Robert,
>>
>> the line written by configure:
>>
>> Include "/usr/local/topincs/conf/httpd.conf"
>>
>> The contents of TOPINCS_HOME/conf/httpd.conf:
>>
>> RewriteEngine on
>>
>> <Directory "/usr/local/topincs/docroot">
>>      DirectoryIndex index.php
>>      AddType 'text/html; charset=UTF-8' .html
>>      DefaultType application/x-httpd-php
>>      php_value error_log "/usr/local/topincs/logs/php_server.log"
>>      php_value include_path "/usr/local/topincs/php:/usr/local/
>> topincs/vendor/php"
>>      php_value log_errors "1"
>>      php_value default_charset "UTF-8"
>>      php_value magic_quotes_gpc "0"
>>      php_value max_execution_time "7200"
>> </Directory>
>>
>> Include "/usr/local/topincs/conf/*.httpd.conf"
>>
>>
>> There is no topincs.httpd.conf, nor did configure say anything about
>> trying to write one.
>>
>> All the best
>>
>> Mark
>>
>> On 19 May 2006, at 12:26, Robert Cerny wrote:
>>
>>> Mark,
>>>
>>> Pls post the complete include line as it is written by configure and
>>> post the content of TOPINCS_HOME/conf/httpd.conf and the
>>> TOPINCS_HOME/conf/topincs.httpd.conf.
>>>
>>> Regards,
>>> Robert
>>>
>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>
>>>> Robert,
>>>>
>>>> mod_rewrite is activated as is mod_setenvif. I can't find any
>>>> reference to mod_setenv - nor in the Apache 2 documentation.
>>>>
>>>> The error log just says: File does not exist: /Library/Apache2/
>>>> htdocs/
>>>> topincs which suggests that the topincs.httpd.conf is not doing
>>>> anything, as the location of topincs is /usr/local (which is
>>>> what the
>>>> generated httpd.conf says).
>>>>
>>>> All the best
>>>>
>>>> Mark
>>>>
>>>> PS I appreciate the support you are providing
>>>>
>>>>
>>>> On 19 May 2006, at 11:31, Robert Cerny wrote:
>>>>
>>>>> Mark,
>>>>>
>>>>> Determine if Apache is running without Topincs by uncommenting the
>>>>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
>>>>> Apache. If
>>>>> it is running fine, activate the line again and look into your
>>>>> APACHE_HOME/logs/errors.log to see if Topincs requires something
>>>>> that
>>>>> is not activated in Apache. Make sure you activated mod_rewrite
>>>>> and
>>>>> mod_setenv.
>>>>>
>>>>> Kind regards,
>>>>> Robert
>>>>>
>>>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>>>
>>>>>> Hi Robert,
>>>>>>
>>>>>> I found that there is a documented problem with PHP and MySQL
>>>>>> on OS
>>>>>> X. Just in case anyone else ever has the same problem, I used
>>>>>> the fix
>>>>>> documented here: http://www.macosxhints.com/article.php?
>>>>>> story=20060111113313511&lsrc=osxh
>>>>>>
>>>>>> Anyway, configure now works fine as far as I can see.
>>>>>>
>>>>>> So I completed the installation process as documented, modifying
>>>>>> httpd.conf, and followed the link to http://localhost/topincs/.
>>>>>> However I just get a 404 error. As far as I can see the line
>>>>>> Include
>>>>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did
>>>>>> remember to
>>>>>> restart Apache. The topincs httpd.conf has been generated and
>>>>>> all the
>>>>>> path information within it is okay.
>>>>>>
>>>>>> Could there be something it needs that is switched off in Apache?
>>>>>>
>>>>>> All the best
>>>>>>
>>>>>> Mark
>>>>>>
>>>>>>
>>>>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
>>>>>>
>>>>>>> Hello Mark,
>>>>>>>
>>>>>>> Try putting something like
>>>>>>>
>>>>>>> mysql.default_socket=/tmp/mysql.sock
>>>>>>>
>>>>>>> or
>>>>>>>
>>>>>>> mysql.default_socket=/private/tmp/mysql.sock
>>>>>>>
>>>>>>> into your /etc/php.ini.
>>>>>>>
>>>>>>> Kind regards,
>>>>>>> Robert
>>>>>>>
>>>>>>> markseaborne wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
>>>>>>>> 4.3.9
>>>>>>>> and MySQL 5.0.21.
>>>>>>>>
>>>>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
>>>>>>>> running
>>>>>>>> without problem.
>>>>>>>>
>>>>>>>> I have followed instructions for setting up MySQL, changing the
>>>>>>>> password and adding MYSQL_HOME/bin to my PATH, where
>>>>>>>> MYSQL_HOME is
>>>>>>>> the
>>>>>>>>  path of MySQL on my machine.
>>>>>>>>
>>>>>>>> I am now trying to run configure, but I get the following
>>>>>>>> error:
>>>>>>>>
>>>>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
>>>>>>>> through
>>>>>>>> socket '/var/mysql/mysql.sock' (2) in
>>>>>>>> /usr/local/topincs/php/admin/configure.php on line 22
>>>>>>>> No database connection possible. Please check your credentials!
>>>>>>>> Can't connect to local MySQL server through socket '/var/mysql/
>>>>>>>> mysql.sock'
>>>>>>>>
>>>>>>>> My credentials are fine :-) I can use MySQL from the same
>>>>>>>> command
>>>>>>>> line
>>>>>>>>  using the same password I am passing to configure.
>>>>>>>>
>>>>>>>> Can anyone suggest anything I can try to get configure working?
>>>>>>>>
>>>>>>>> All the best
>>>>>>>>
>>>>>>>> Mark
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Yahoo! Groups Links
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>>>> --------------------
>>>>>>> ~-->
>>>>>>> You can search right from your browser? It's easy and it's free.
>>>>>>> See how.
>>>>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
>>>>>>>
> ------------------------------------------------------------------
>>>>>>> --
>>>>>>> ~->
>>>>>>>
>>>>>>>
>>>>>>> Yahoo! Groups Links
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>> --------------------
>>>>> ~-->
>>>>> Everything you need is one click away.  Make Yahoo! your home page
>>>>> now.
>>>>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
>>>>> ------------------------------------------------------------------
>>>>> --
>>>>> ~->
>>>>>
>>>>>
>>>>> Yahoo! Groups Links
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------ Yahoo! Groups Sponsor --------------------
>>> ~-->
>>> Home is just a click away.  Make Yahoo! your home page now.
>>> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
>>> --------------------------------------------------------------------
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Protect your PC from spy ware with award winning anti spy
> technology. It's free.
> http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>

#25 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 12:58 pm
Subject: Re: Installation problem (configure)
robert_cerny
Offline Offline
Send Email Send Email
 
Mark,

The missing topincs.httpd.conf is the cause of the problem. I do
suspect that your installation is corrupt due to the issues in the
beginning with PHP/MySQL. Remove the topincs dir and unpack the
distribution (best 1.1.2) and run configure again.

Regards,
Robert

--- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>
> Robert,
>
> the line written by configure:
>
> Include "/usr/local/topincs/conf/httpd.conf"
>
> The contents of TOPINCS_HOME/conf/httpd.conf:
>
> RewriteEngine on
>
> <Directory "/usr/local/topincs/docroot">
>      DirectoryIndex index.php
>      AddType 'text/html; charset=UTF-8' .html
>      DefaultType application/x-httpd-php
>      php_value error_log "/usr/local/topincs/logs/php_server.log"
>      php_value include_path "/usr/local/topincs/php:/usr/local/
> topincs/vendor/php"
>      php_value log_errors "1"
>      php_value default_charset "UTF-8"
>      php_value magic_quotes_gpc "0"
>      php_value max_execution_time "7200"
> </Directory>
>
> Include "/usr/local/topincs/conf/*.httpd.conf"
>
>
> There is no topincs.httpd.conf, nor did configure say anything about
> trying to write one.
>
> All the best
>
> Mark
>
> On 19 May 2006, at 12:26, Robert Cerny wrote:
>
> > Mark,
> >
> > Pls post the complete include line as it is written by configure and
> > post the content of TOPINCS_HOME/conf/httpd.conf and the
> > TOPINCS_HOME/conf/topincs.httpd.conf.
> >
> > Regards,
> > Robert
> >
> > --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>
> >> Robert,
> >>
> >> mod_rewrite is activated as is mod_setenvif. I can't find any
> >> reference to mod_setenv - nor in the Apache 2 documentation.
> >>
> >> The error log just says: File does not exist: /Library/Apache2/
> >> htdocs/
> >> topincs which suggests that the topincs.httpd.conf is not doing
> >> anything, as the location of topincs is /usr/local (which is what the
> >> generated httpd.conf says).
> >>
> >> All the best
> >>
> >> Mark
> >>
> >> PS I appreciate the support you are providing
> >>
> >>
> >> On 19 May 2006, at 11:31, Robert Cerny wrote:
> >>
> >>> Mark,
> >>>
> >>> Determine if Apache is running without Topincs by uncommenting the
> >>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
> >>> Apache. If
> >>> it is running fine, activate the line again and look into your
> >>> APACHE_HOME/logs/errors.log to see if Topincs requires something
> >>> that
> >>> is not activated in Apache. Make sure you activated mod_rewrite and
> >>> mod_setenv.
> >>>
> >>> Kind regards,
> >>> Robert
> >>>
> >>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>>>
> >>>> Hi Robert,
> >>>>
> >>>> I found that there is a documented problem with PHP and MySQL on OS
> >>>> X. Just in case anyone else ever has the same problem, I used
> >>>> the fix
> >>>> documented here: http://www.macosxhints.com/article.php?
> >>>> story=20060111113313511&lsrc=osxh
> >>>>
> >>>> Anyway, configure now works fine as far as I can see.
> >>>>
> >>>> So I completed the installation process as documented, modifying
> >>>> httpd.conf, and followed the link to http://localhost/topincs/.
> >>>> However I just get a 404 error. As far as I can see the line
> >>>> Include
> >>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
> >>>> restart Apache. The topincs httpd.conf has been generated and
> >>>> all the
> >>>> path information within it is okay.
> >>>>
> >>>> Could there be something it needs that is switched off in Apache?
> >>>>
> >>>> All the best
> >>>>
> >>>> Mark
> >>>>
> >>>>
> >>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
> >>>>
> >>>>> Hello Mark,
> >>>>>
> >>>>> Try putting something like
> >>>>>
> >>>>> mysql.default_socket=/tmp/mysql.sock
> >>>>>
> >>>>> or
> >>>>>
> >>>>> mysql.default_socket=/private/tmp/mysql.sock
> >>>>>
> >>>>> into your /etc/php.ini.
> >>>>>
> >>>>> Kind regards,
> >>>>> Robert
> >>>>>
> >>>>> markseaborne wrote:
> >>>>>> Hi,
> >>>>>>
> >>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
> >>>>>> 4.3.9
> >>>>>> and MySQL 5.0.21.
> >>>>>>
> >>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
> >>>>>> running
> >>>>>> without problem.
> >>>>>>
> >>>>>> I have followed instructions for setting up MySQL, changing the
> >>>>>> password and adding MYSQL_HOME/bin to my PATH, where
> >>>>>> MYSQL_HOME is
> >>>>>> the
> >>>>>>  path of MySQL on my machine.
> >>>>>>
> >>>>>> I am now trying to run configure, but I get the following error:
> >>>>>>
> >>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
> >>>>>> through
> >>>>>> socket '/var/mysql/mysql.sock' (2) in
> >>>>>> /usr/local/topincs/php/admin/configure.php on line 22
> >>>>>> No database connection possible. Please check your credentials!
> >>>>>> Can't connect to local MySQL server through socket '/var/mysql/
> >>>>>> mysql.sock'
> >>>>>>
> >>>>>> My credentials are fine :-) I can use MySQL from the same command
> >>>>>> line
> >>>>>>  using the same password I am passing to configure.
> >>>>>>
> >>>>>> Can anyone suggest anything I can try to get configure working?
> >>>>>>
> >>>>>> All the best
> >>>>>>
> >>>>>> Mark
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Yahoo! Groups Links
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> ------------------------ Yahoo! Groups Sponsor
> >>>>> --------------------
> >>>>> ~-->
> >>>>> You can search right from your browser? It's easy and it's free.
> >>>>> See how.
> >>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
> >>>>>
------------------------------------------------------------------
> >>>>> --
> >>>>> ~->
> >>>>>
> >>>>>
> >>>>> Yahoo! Groups Links
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ------------------------ Yahoo! Groups Sponsor --------------------
> >>> ~-->
> >>> Everything you need is one click away.  Make Yahoo! your home page
> >>> now.
> >>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
> >>> --------------------------------------------------------------------
> >>> ~->
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor --------------------
> > ~-->
> > Home is just a click away.  Make Yahoo! your home page now.
> > http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
> > --------------------------------------------------------------------
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>

#24 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 11:38 am
Subject: Re: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Robert,

the line written by configure:

Include "/usr/local/topincs/conf/httpd.conf"

The contents of TOPINCS_HOME/conf/httpd.conf:

RewriteEngine on

<Directory "/usr/local/topincs/docroot">
      DirectoryIndex index.php
      AddType 'text/html; charset=UTF-8' .html
      DefaultType application/x-httpd-php
      php_value error_log "/usr/local/topincs/logs/php_server.log"
      php_value include_path "/usr/local/topincs/php:/usr/local/
topincs/vendor/php"
      php_value log_errors "1"
      php_value default_charset "UTF-8"
      php_value magic_quotes_gpc "0"
      php_value max_execution_time "7200"
</Directory>

Include "/usr/local/topincs/conf/*.httpd.conf"


There is no topincs.httpd.conf, nor did configure say anything about
trying to write one.

All the best

Mark

On 19 May 2006, at 12:26, Robert Cerny wrote:

> Mark,
>
> Pls post the complete include line as it is written by configure and
> post the content of TOPINCS_HOME/conf/httpd.conf and the
> TOPINCS_HOME/conf/topincs.httpd.conf.
>
> Regards,
> Robert
>
> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>>
>> Robert,
>>
>> mod_rewrite is activated as is mod_setenvif. I can't find any
>> reference to mod_setenv - nor in the Apache 2 documentation.
>>
>> The error log just says: File does not exist: /Library/Apache2/
>> htdocs/
>> topincs which suggests that the topincs.httpd.conf is not doing
>> anything, as the location of topincs is /usr/local (which is what the
>> generated httpd.conf says).
>>
>> All the best
>>
>> Mark
>>
>> PS I appreciate the support you are providing
>>
>>
>> On 19 May 2006, at 11:31, Robert Cerny wrote:
>>
>>> Mark,
>>>
>>> Determine if Apache is running without Topincs by uncommenting the
>>> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting
>>> Apache. If
>>> it is running fine, activate the line again and look into your
>>> APACHE_HOME/logs/errors.log to see if Topincs requires something
>>> that
>>> is not activated in Apache. Make sure you activated mod_rewrite and
>>> mod_setenv.
>>>
>>> Kind regards,
>>> Robert
>>>
>>> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
>>>>
>>>> Hi Robert,
>>>>
>>>> I found that there is a documented problem with PHP and MySQL on OS
>>>> X. Just in case anyone else ever has the same problem, I used
>>>> the fix
>>>> documented here: http://www.macosxhints.com/article.php?
>>>> story=20060111113313511&lsrc=osxh
>>>>
>>>> Anyway, configure now works fine as far as I can see.
>>>>
>>>> So I completed the installation process as documented, modifying
>>>> httpd.conf, and followed the link to http://localhost/topincs/.
>>>> However I just get a 404 error. As far as I can see the line
>>>> Include
>>>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
>>>> restart Apache. The topincs httpd.conf has been generated and
>>>> all the
>>>> path information within it is okay.
>>>>
>>>> Could there be something it needs that is switched off in Apache?
>>>>
>>>> All the best
>>>>
>>>> Mark
>>>>
>>>>
>>>> On 18 May 2006, at 19:00, Robert Cerny wrote:
>>>>
>>>>> Hello Mark,
>>>>>
>>>>> Try putting something like
>>>>>
>>>>> mysql.default_socket=/tmp/mysql.sock
>>>>>
>>>>> or
>>>>>
>>>>> mysql.default_socket=/private/tmp/mysql.sock
>>>>>
>>>>> into your /etc/php.ini.
>>>>>
>>>>> Kind regards,
>>>>> Robert
>>>>>
>>>>> markseaborne wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP
>>>>>> 4.3.9
>>>>>> and MySQL 5.0.21.
>>>>>>
>>>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are
>>>>>> running
>>>>>> without problem.
>>>>>>
>>>>>> I have followed instructions for setting up MySQL, changing the
>>>>>> password and adding MYSQL_HOME/bin to my PATH, where
>>>>>> MYSQL_HOME is
>>>>>> the
>>>>>>  path of MySQL on my machine.
>>>>>>
>>>>>> I am now trying to run configure, but I get the following error:
>>>>>>
>>>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
>>>>>> through
>>>>>> socket '/var/mysql/mysql.sock' (2) in
>>>>>> /usr/local/topincs/php/admin/configure.php on line 22
>>>>>> No database connection possible. Please check your credentials!
>>>>>> Can't connect to local MySQL server through socket '/var/mysql/
>>>>>> mysql.sock'
>>>>>>
>>>>>> My credentials are fine :-) I can use MySQL from the same command
>>>>>> line
>>>>>>  using the same password I am passing to configure.
>>>>>>
>>>>>> Can anyone suggest anything I can try to get configure working?
>>>>>>
>>>>>> All the best
>>>>>>
>>>>>> Mark
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Yahoo! Groups Links
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------ Yahoo! Groups Sponsor
>>>>> --------------------
>>>>> ~-->
>>>>> You can search right from your browser? It's easy and it's free.
>>>>> See how.
>>>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
>>>>> ------------------------------------------------------------------
>>>>> --
>>>>> ~->
>>>>>
>>>>>
>>>>> Yahoo! Groups Links
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------ Yahoo! Groups Sponsor --------------------
>>> ~-->
>>> Everything you need is one click away.  Make Yahoo! your home page
>>> now.
>>> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
>>> --------------------------------------------------------------------
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Home is just a click away.  Make Yahoo! your home page now.
> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>

#23 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 11:26 am
Subject: Re: Installation problem (configure)
robert_cerny
Offline Offline
Send Email Send Email
 
Mark,

Pls post the complete include line as it is written by configure and
post the content of TOPINCS_HOME/conf/httpd.conf and the
TOPINCS_HOME/conf/topincs.httpd.conf.

Regards,
Robert

--- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>
> Robert,
>
> mod_rewrite is activated as is mod_setenvif. I can't find any
> reference to mod_setenv - nor in the Apache 2 documentation.
>
> The error log just says: File does not exist: /Library/Apache2/htdocs/
> topincs which suggests that the topincs.httpd.conf is not doing
> anything, as the location of topincs is /usr/local (which is what the
> generated httpd.conf says).
>
> All the best
>
> Mark
>
> PS I appreciate the support you are providing
>
>
> On 19 May 2006, at 11:31, Robert Cerny wrote:
>
> > Mark,
> >
> > Determine if Apache is running without Topincs by uncommenting the
> > "Include TOPINCS_HOME/conf/httpd.conf" line and restarting Apache. If
> > it is running fine, activate the line again and look into your
> > APACHE_HOME/logs/errors.log to see if Topincs requires something that
> > is not activated in Apache. Make sure you activated mod_rewrite and
> > mod_setenv.
> >
> > Kind regards,
> > Robert
> >
> > --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@> wrote:
> >>
> >> Hi Robert,
> >>
> >> I found that there is a documented problem with PHP and MySQL on OS
> >> X. Just in case anyone else ever has the same problem, I used the fix
> >> documented here: http://www.macosxhints.com/article.php?
> >> story=20060111113313511&lsrc=osxh
> >>
> >> Anyway, configure now works fine as far as I can see.
> >>
> >> So I completed the installation process as documented, modifying
> >> httpd.conf, and followed the link to http://localhost/topincs/.
> >> However I just get a 404 error. As far as I can see the line Include
> >> "/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
> >> restart Apache. The topincs httpd.conf has been generated and all the
> >> path information within it is okay.
> >>
> >> Could there be something it needs that is switched off in Apache?
> >>
> >> All the best
> >>
> >> Mark
> >>
> >>
> >> On 18 May 2006, at 19:00, Robert Cerny wrote:
> >>
> >>> Hello Mark,
> >>>
> >>> Try putting something like
> >>>
> >>> mysql.default_socket=/tmp/mysql.sock
> >>>
> >>> or
> >>>
> >>> mysql.default_socket=/private/tmp/mysql.sock
> >>>
> >>> into your /etc/php.ini.
> >>>
> >>> Kind regards,
> >>> Robert
> >>>
> >>> markseaborne wrote:
> >>>> Hi,
> >>>>
> >>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
> >>>> and MySQL 5.0.21.
> >>>>
> >>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
> >>>> without problem.
> >>>>
> >>>> I have followed instructions for setting up MySQL, changing the
> >>>> password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is
> >>>> the
> >>>>  path of MySQL on my machine.
> >>>>
> >>>> I am now trying to run configure, but I get the following error:
> >>>>
> >>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
> >>>> through
> >>>> socket '/var/mysql/mysql.sock' (2) in
> >>>> /usr/local/topincs/php/admin/configure.php on line 22
> >>>> No database connection possible. Please check your credentials!
> >>>> Can't connect to local MySQL server through socket '/var/mysql/
> >>>> mysql.sock'
> >>>>
> >>>> My credentials are fine :-) I can use MySQL from the same command
> >>>> line
> >>>>  using the same password I am passing to configure.
> >>>>
> >>>> Can anyone suggest anything I can try to get configure working?
> >>>>
> >>>> All the best
> >>>>
> >>>> Mark
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> Yahoo! Groups Links
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> ------------------------ Yahoo! Groups Sponsor --------------------
> >>> ~-->
> >>> You can search right from your browser? It's easy and it's free.
> >>> See how.
> >>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
> >>> --------------------------------------------------------------------
> >>> ~->
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor --------------------
> > ~-->
> > Everything you need is one click away.  Make Yahoo! your home page
> > now.
> > http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
> > --------------------------------------------------------------------
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>

#22 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 10:48 am
Subject: Re: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Robert,

mod_rewrite is activated as is mod_setenvif. I can't find any
reference to mod_setenv - nor in the Apache 2 documentation.

The error log just says: File does not exist: /Library/Apache2/htdocs/
topincs which suggests that the topincs.httpd.conf is not doing
anything, as the location of topincs is /usr/local (which is what the
generated httpd.conf says).

All the best

Mark

PS I appreciate the support you are providing


On 19 May 2006, at 11:31, Robert Cerny wrote:

> Mark,
>
> Determine if Apache is running without Topincs by uncommenting the
> "Include TOPINCS_HOME/conf/httpd.conf" line and restarting Apache. If
> it is running fine, activate the line again and look into your
> APACHE_HOME/logs/errors.log to see if Topincs requires something that
> is not activated in Apache. Make sure you activated mod_rewrite and
> mod_setenv.
>
> Kind regards,
> Robert
>
> --- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>>
>> Hi Robert,
>>
>> I found that there is a documented problem with PHP and MySQL on OS
>> X. Just in case anyone else ever has the same problem, I used the fix
>> documented here: http://www.macosxhints.com/article.php?
>> story=20060111113313511&lsrc=osxh
>>
>> Anyway, configure now works fine as far as I can see.
>>
>> So I completed the installation process as documented, modifying
>> httpd.conf, and followed the link to http://localhost/topincs/.
>> However I just get a 404 error. As far as I can see the line Include
>> "/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
>> restart Apache. The topincs httpd.conf has been generated and all the
>> path information within it is okay.
>>
>> Could there be something it needs that is switched off in Apache?
>>
>> All the best
>>
>> Mark
>>
>>
>> On 18 May 2006, at 19:00, Robert Cerny wrote:
>>
>>> Hello Mark,
>>>
>>> Try putting something like
>>>
>>> mysql.default_socket=/tmp/mysql.sock
>>>
>>> or
>>>
>>> mysql.default_socket=/private/tmp/mysql.sock
>>>
>>> into your /etc/php.ini.
>>>
>>> Kind regards,
>>> Robert
>>>
>>> markseaborne wrote:
>>>> Hi,
>>>>
>>>> I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
>>>> and MySQL 5.0.21.
>>>>
>>>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
>>>> without problem.
>>>>
>>>> I have followed instructions for setting up MySQL, changing the
>>>> password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is
>>>> the
>>>>  path of MySQL on my machine.
>>>>
>>>> I am now trying to run configure, but I get the following error:
>>>>
>>>> Warning: mysql_pconnect(): Can't connect to local MySQL server
>>>> through
>>>> socket '/var/mysql/mysql.sock' (2) in
>>>> /usr/local/topincs/php/admin/configure.php on line 22
>>>> No database connection possible. Please check your credentials!
>>>> Can't connect to local MySQL server through socket '/var/mysql/
>>>> mysql.sock'
>>>>
>>>> My credentials are fine :-) I can use MySQL from the same command
>>>> line
>>>>  using the same password I am passing to configure.
>>>>
>>>> Can anyone suggest anything I can try to get configure working?
>>>>
>>>> All the best
>>>>
>>>> Mark
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Yahoo! Groups Links
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> ------------------------ Yahoo! Groups Sponsor --------------------
>>> ~-->
>>> You can search right from your browser? It's easy and it's free.
>>> See how.
>>> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
>>> --------------------------------------------------------------------
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Everything you need is one click away.  Make Yahoo! your home page
> now.
> http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>

#21 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 10:35 am
Subject: Re: Configure problems
robert_cerny
Offline Offline
Send Email Send Email
 
Fedor,

Try creating a user that is not supposed to exist

create_user.bat fedor fedors_password

If the problem persits, post all versions of the AMP installations.

Kind regards,
Robert

--- In topincs@yahoogroups.com, "Fedor Isakov" <fisakov@...> wrote:
>
> > Try creating a user on the command line. Script is called create-user.
> > Run it in TOPINCS_HOME/bin.
>
> Ok, I tried, here's what it has to say:
>
> C:\opt\topincs\bin>create-user.bat test test
> 1364: Field 'system_reifier' doesn't have a default value
> User test could not be created in store topincs.
>
> Cheers,
> Fedor.
>

#20 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 10:31 am
Subject: Re: Installation problem (configure)
robert_cerny
Offline Offline
Send Email Send Email
 
Mark,

Determine if Apache is running without Topincs by uncommenting the
"Include TOPINCS_HOME/conf/httpd.conf" line and restarting Apache. If
it is running fine, activate the line again and look into your
APACHE_HOME/logs/errors.log to see if Topincs requires something that
is not activated in Apache. Make sure you activated mod_rewrite and
mod_setenv.

Kind regards,
Robert

--- In topincs@yahoogroups.com, Mark Seaborne <m_seaborne@...> wrote:
>
> Hi Robert,
>
> I found that there is a documented problem with PHP and MySQL on OS
> X. Just in case anyone else ever has the same problem, I used the fix
> documented here: http://www.macosxhints.com/article.php?
> story=20060111113313511&lsrc=osxh
>
> Anyway, configure now works fine as far as I can see.
>
> So I completed the installation process as documented, modifying
> httpd.conf, and followed the link to http://localhost/topincs/.
> However I just get a 404 error. As far as I can see the line Include
> "/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
> restart Apache. The topincs httpd.conf has been generated and all the
> path information within it is okay.
>
> Could there be something it needs that is switched off in Apache?
>
> All the best
>
> Mark
>
>
> On 18 May 2006, at 19:00, Robert Cerny wrote:
>
> > Hello Mark,
> >
> > Try putting something like
> >
> > mysql.default_socket=/tmp/mysql.sock
> >
> > or
> >
> > mysql.default_socket=/private/tmp/mysql.sock
> >
> > into your /etc/php.ini.
> >
> > Kind regards,
> > Robert
> >
> > markseaborne wrote:
> >> Hi,
> >>
> >> I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
> >> and MySQL 5.0.21.
> >>
> >> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
> >> without problem.
> >>
> >> I have followed instructions for setting up MySQL, changing the
> >> password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is
> >> the
> >>  path of MySQL on my machine.
> >>
> >> I am now trying to run configure, but I get the following error:
> >>
> >> Warning: mysql_pconnect(): Can't connect to local MySQL server
> >> through
> >> socket '/var/mysql/mysql.sock' (2) in
> >> /usr/local/topincs/php/admin/configure.php on line 22
> >> No database connection possible. Please check your credentials!
> >> Can't connect to local MySQL server through socket '/var/mysql/
> >> mysql.sock'
> >>
> >> My credentials are fine :-) I can use MySQL from the same command
> >> line
> >>  using the same password I am passing to configure.
> >>
> >> Can anyone suggest anything I can try to get configure working?
> >>
> >> All the best
> >>
> >> Mark
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Yahoo! Groups Links
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor --------------------
> > ~-->
> > You can search right from your browser? It's easy and it's free.
> > See how.
> > http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
> > --------------------------------------------------------------------
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>

#19 From: Mark Seaborne <m_seaborne@...>
Date: Fri May 19, 2006 9:49 am
Subject: Re: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Hi Robert,

I found that there is a documented problem with PHP and MySQL on OS
X. Just in case anyone else ever has the same problem, I used the fix
documented here: http://www.macosxhints.com/article.php?
story=20060111113313511&lsrc=osxh

Anyway, configure now works fine as far as I can see.

So I completed the installation process as documented, modifying
httpd.conf, and followed the link to http://localhost/topincs/.
However I just get a 404 error. As far as I can see the line Include
"/usr/local/topincs/conf/httpd.conf" is okay, and I did remember to
restart Apache. The topincs httpd.conf has been generated and all the
path information within it is okay.

Could there be something it needs that is switched off in Apache?

All the best

Mark


On 18 May 2006, at 19:00, Robert Cerny wrote:

> Hello Mark,
>
> Try putting something like
>
> mysql.default_socket=/tmp/mysql.sock
>
> or
>
> mysql.default_socket=/private/tmp/mysql.sock
>
> into your /etc/php.ini.
>
> Kind regards,
> Robert
>
> markseaborne wrote:
>> Hi,
>>
>> I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
>> and MySQL 5.0.21.
>>
>> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
>> without problem.
>>
>> I have followed instructions for setting up MySQL, changing the
>> password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is
>> the
>>  path of MySQL on my machine.
>>
>> I am now trying to run configure, but I get the following error:
>>
>> Warning: mysql_pconnect(): Can't connect to local MySQL server
>> through
>> socket '/var/mysql/mysql.sock' (2) in
>> /usr/local/topincs/php/admin/configure.php on line 22
>> No database connection possible. Please check your credentials!
>> Can't connect to local MySQL server through socket '/var/mysql/
>> mysql.sock'
>>
>> My credentials are fine :-) I can use MySQL from the same command
>> line
>>  using the same password I am passing to configure.
>>
>> Can anyone suggest anything I can try to get configure working?
>>
>> All the best
>>
>> Mark
>>
>>
>>
>>
>>
>>
>>
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> You can search right from your browser? It's easy and it's free.
> See how.
> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/NhFolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>

#18 From: "Fedor Isakov" <fisakov@...>
Date: Fri May 19, 2006 9:12 am
Subject: Re: Configure problems
fedor_isakov
Offline Offline
Send Email Send Email
 
> Try creating a user on the command line. Script is called create-user.
> Run it in TOPINCS_HOME/bin.

Ok, I tried, here's what it has to say:

C:\opt\topincs\bin>create-user.bat test test
1364: Field 'system_reifier' doesn't have a default value
User test could not be created in store topincs.

Cheers,
Fedor.

#17 From: "Robert Cerny" <robert_cerny@...>
Date: Fri May 19, 2006 8:11 am
Subject: Re: Configure problems
robert_cerny
Offline Offline
Send Email Send Email
 
Fedor,

I am considering providing a zip archive. I just am a very loyal
cygwin user, so the problem did not occur to me, but thank you for
exposing it.

Try creating a user on the command line. Script is called create-user.
Run it in TOPINCS_HOME/bin.

Best regards,
Robert

--- In topincs@yahoogroups.com, "Fedor Isakov" <fisakov@...> wrote:
>
> > The stores and the conf dir are present upon extracting the archive,
> > they are empty but present. Pls check your extracting procedure for
> > possible errors.
>
> You're right, of course! Using cygwin tools I'm able to extract
> everything, and configure works. I was using FilZip, which aparently
> doesn't handle tar.gz format well. Perhaps you could consider a zip
> package for Windows installations?
>
> But I still can't loging using test/test. No specific errors in apache
> logs.
>
> Fedor.
>

#16 From: "Fedor Isakov" <fisakov@...>
Date: Fri May 19, 2006 7:16 am
Subject: Re: Configure problems
fedor_isakov
Offline Offline
Send Email Send Email
 
> The stores and the conf dir are present upon extracting the archive,
> they are empty but present. Pls check your extracting procedure for
> possible errors.

You're right, of course! Using cygwin tools I'm able to extract
everything, and configure works. I was using FilZip, which aparently
doesn't handle tar.gz format well. Perhaps you could consider a zip
package for Windows installations?

But I still can't loging using test/test. No specific errors in apache
logs.

Fedor.

#15 From: Robert Cerny <robert_cerny@...>
Date: Thu May 18, 2006 8:36 pm
Subject: Re: Configure problems
robert_cerny
Offline Offline
Send Email Send Email
 
Hello Fedor,

The stores and the conf dir are present upon extracting the archive,
they are empty but present. Pls check your extracting procedure for
possible errors.

Kind regards,
Robert

fedor_isakov wrote:
> Hi,
>
> as described in the installation guide, I start configure script
> (which won't do anything until I create TOPINCS_HOME/stores directory,
> BTW), and it outputs quite a load of error messages. Most important
> are IMO the messages about inability to update database tables, such as:
>
> 1452: Cannot add or update a child row: a foreign key constraint fails
> (`topincs/topics`, CONSTRAINT `topics_ibfk_1` FOREIGN KEY (`parent`)
> REFERENCES `topic_maps` (`id`) ON DELETE CASCADE ON UPDATE NO ACT
> Query: INSERT INTO topics
>
(id,parent,modification_ts,modification_user,creation_ts,creation_user,creation_\
tag)
> VALUES (null,'System',null,'System',null,'System','Import -
> C:\opt\topincs\resources/jtm/TMDM.jtm')
>
> 1452: Cannot add or update a child row: a foreign key constraint fails
> (`topincs/subject_identifiers`, CONSTRAINT
> `subject_identifiers_ibfk_1` FOREIGN KEY (`id`) REFERENCES `topics`
> (`id`) ON DELETE CASCAD
> Query: INSERT INTO subject_identifiers VALUES('0',
> 'http://psi.topicmaps.com/iso13250/association')
>
> There are plenty of such messages with different PSIs.
>
> Further on, I noticed the following:
>
> Could not locate topic identified by
> 'http://psi.topicmaps.com/iso13250/topic-name'
>
> and...
>
> 1048: Column 'type' cannot be null
> Query: INSERT INTO associations
>
(id,type,reifier,parent,modification_ts,modification_user,creation_ts,creation_u\
ser,creation_tag)
> VALUES (null,null,null,'System',null,'System',null,'System','Import -
> C:\opt\topincs\resources/jtm/Tools.jtm')
>
> also this one:
>
> Error: association.get/01 - Item (association) was accessed, but
> cannot be fetched from the database, id:
>
> There are also "Undefined property" PHP errors, which may relevant, I
> just don't know.
>
> I'm reluctant to post the entire error log here, but I can send all
> the details by email.
>
> Cheers,
> Fedor.
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

#14 From: "fedor_isakov" <fisakov@...>
Date: Thu May 18, 2006 6:31 pm
Subject: Configure problems
fedor_isakov
Offline Offline
Send Email Send Email
 
Hi,

as described in the installation guide, I start configure script
(which won't do anything until I create TOPINCS_HOME/stores directory,
BTW), and it outputs quite a load of error messages. Most important
are IMO the messages about inability to update database tables, such as:

1452: Cannot add or update a child row: a foreign key constraint fails
(`topincs/topics`, CONSTRAINT `topics_ibfk_1` FOREIGN KEY (`parent`)
REFERENCES `topic_maps` (`id`) ON DELETE CASCADE ON UPDATE NO ACT
Query: INSERT INTO topics
(id,parent,modification_ts,modification_user,creation_ts,creation_user,creation_\
tag)
VALUES (null,'System',null,'System',null,'System','Import -
C:\opt\topincs\resources/jtm/TMDM.jtm')

1452: Cannot add or update a child row: a foreign key constraint fails
(`topincs/subject_identifiers`, CONSTRAINT
`subject_identifiers_ibfk_1` FOREIGN KEY (`id`) REFERENCES `topics`
(`id`) ON DELETE CASCAD
Query: INSERT INTO subject_identifiers VALUES('0',
'http://psi.topicmaps.com/iso13250/association')

There are plenty of such messages with different PSIs.

Further on, I noticed the following:

Could not locate topic identified by
'http://psi.topicmaps.com/iso13250/topic-name'

and...

1048: Column 'type' cannot be null
Query: INSERT INTO associations
(id,type,reifier,parent,modification_ts,modification_user,creation_ts,creation_u\
ser,creation_tag)
VALUES (null,null,null,'System',null,'System',null,'System','Import -
C:\opt\topincs\resources/jtm/Tools.jtm')

also this one:

Error: association.get/01 - Item (association) was accessed, but
cannot be fetched from the database, id:

There are also "Undefined property" PHP errors, which may relevant, I
just don't know.

I'm reluctant to post the entire error log here, but I can send all
the details by email.

Cheers,
Fedor.

#13 From: "fedor_isakov" <fisakov@...>
Date: Thu May 18, 2006 6:17 pm
Subject: Re: Bug?
fedor_isakov
Offline Offline
Send Email Send Email
 
Heh. I noticed this is fixed in 1.1.2.

Cheers,
Fedor.

#12 From: "fedor_isakov" <fisakov@...>
Date: Thu May 18, 2006 6:07 pm
Subject: Bug?
fedor_isakov
Offline Offline
Send Email Send Email
 
Hi,

I'm trying to install Topincs on WinXP and I'm having difficulties
with cofigure script. First, I must create TOPINCS_HOME/conf directory
in order for the script to execute. But then it reports "Invalid store
name. First character must be a letter.". I figure, this is because of
the function check_store_name in _create_store.php, which contains the
following statement:

   if (preg_match("/^\d/", $name) != 1) {
     return "Invalid store name. First character must be a letter.";
   }

I don't know much about php, but it seems pattern "/^\d/" matches
first digit, while it is expected to match alpha character. After
changing that to "/^\w/" the script works.

Cheers,
Fedor.

#11 From: Robert Cerny <robert_cerny@...>
Date: Thu May 18, 2006 5:58 pm
Subject: ANN: Topincs 1.1.2 released
robert_cerny
Offline Offline
Send Email Send Email
 
Some bugfixes.

#10 From: Robert Cerny <robert_cerny@...>
Date: Thu May 18, 2006 6:00 pm
Subject: Re: Installation problem (configure)
robert_cerny
Offline Offline
Send Email Send Email
 
Hello Mark,

Try putting something like

mysql.default_socket=/tmp/mysql.sock

or

mysql.default_socket=/private/tmp/mysql.sock

into your /etc/php.ini.

Kind regards,
Robert

markseaborne wrote:
> Hi,
>
> I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
> and MySQL 5.0.21.
>
> Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
> without problem.
>
> I have followed instructions for setting up MySQL, changing the
> password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is the
>  path of MySQL on my machine.
>
> I am now trying to run configure, but I get the following error:
>
> Warning: mysql_pconnect(): Can't connect to local MySQL server through
> socket '/var/mysql/mysql.sock' (2) in
> /usr/local/topincs/php/admin/configure.php on line 22
> No database connection possible. Please check your credentials!
> Can't connect to local MySQL server through socket '/var/mysql/mysql.sock'
>
> My credentials are fine :-) I can use MySQL from the same command line
>  using the same password I am passing to configure.
>
> Can anyone suggest anything I can try to get configure working?
>
> All the best
>
> Mark
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

#9 From: "markseaborne" <m_seaborne@...>
Date: Thu May 18, 2006 6:25 am
Subject: Installation problem (configure)
markseaborne
Offline Offline
Send Email Send Email
 
Hi,

I am trying to install on OS X. I have Apache 2.0.52 with PHP 4.3.9
and MySQL 5.0.21.

Apache (mod_rewrite enabled) and PHP (mbstring enabled) are running
without problem.

I have followed instructions for setting up MySQL, changing the
password and adding MYSQL_HOME/bin to my PATH, where MYSQL_HOME is the
  path of MySQL on my machine.

I am now trying to run configure, but I get the following error:

Warning: mysql_pconnect(): Can't connect to local MySQL server through
socket '/var/mysql/mysql.sock' (2) in
/usr/local/topincs/php/admin/configure.php on line 22
No database connection possible. Please check your credentials!
Can't connect to local MySQL server through socket '/var/mysql/mysql.sock'

My credentials are fine :-) I can use MySQL from the same command line
  using the same password I am passing to configure.

Can anyone suggest anything I can try to get configure working?

All the best

Mark

#8 From: <jackpark@...>
Date: Mon May 15, 2006 5:34 pm
Subject: Re: License Comments
jackpark1
Offline Offline
Send Email Send Email
 
http://opensource.org/
But, it is very hard to get clear, level-headed dialog
going. Far too many passions, tribes, etc. You end up
reading what you can, then making your own choices.
Consider going to http://compendiuminstitute.org/ and
downloading the dialog mapping tool Compendium. Boot it and
build your own decision tree.

Cheers,
Jack

On Mon, 15 May 2006 18:53:49 +0200
  Robert Cerny <robert_cerny@...> wrote:
>
>
>
>Jack,
>
>Thank you very much for your input on licensing. I will
>look into it
>soon. Do you know a good site on this issue? Best would be
>a matrix with
>licenses and rights for comparison.
>
>Robert
>
>Jack Park wrote:
>&gt; Robert,
>&gt;
>&gt; Publishing the code might protect you in terms of
>copyrights to the code
>&gt; itself, but that doesn't preclude someone from
>patenting an
>&gt; *application* of that code. For instance, suppose you
>published code
>&gt; that, like just about every bit of software on the
>planet, including
>&gt; yours, lets you click on a link and navigate to a new
>page. Then, along
>&gt; comes Amazon.com who puts a patent on using just one
>such click to open
>&gt; a particular kind of page. People do dumb things like
>that. Every day!
>&gt; Even behemoths like IBM and Microsoft do things like
>that. So, you need
>&gt; protection from &quot;what people will do with your
>software&quot; as much as
>&gt; anything else.
>&gt;
>&gt; It could take just one patent on application of your
>software to just
>&gt; one use case that could conceivably obliterate any
>real value your
>&gt; program offers. I see no reason why the good folks at
>apache.org and
>&gt; others don't realize this (perhaps they do, but I
>haven't seen evidence
>&gt; of it yet).&nbsp; I haven't looked too closely, but I
>suspect the Mozilla
>&gt; license and possibly IBM's Common Public License
>(eclipse license?) pay
>&gt; attention to these things.&nbsp; I'm not a lawyer and
>don't play one on tv
>&gt; either, but I have this hunch that the LGPL is one of
>a few licenses
>&gt; that try to pay attention to such details.
>&gt;
>&gt; Jack
>&gt;
>&gt; Robert Cerny wrote:
>&gt;&nbsp;&nbsp;
>&gt;&gt; Hi Jack,
>&gt;&gt;
>&gt;&gt; Thanks for the input on the licensing. As i
>mentioned it is very likley
>&gt;&gt; that it will become open source very soon, since
>i am someone who likes
>&gt;&gt; to share ideas :-) I just did not have the time
>to look into it, so i am
>&gt;&gt; very thankful that you push me in one direction.
>In particular the
>&gt;&gt; second point you mentioned is important to me.
>But i thought it would be
>&gt;&gt; accomplished already by publishing the code
>unpatented?!?
>&gt;&gt;
>&gt;&gt; Kind regards,
>&gt;&gt; Robert
>&gt;&gt;
>&gt;&gt; jackpark1 wrote:
>&gt;&gt;&nbsp; &gt; I just downloaded topincs. Great idea!
>&gt;&gt;&nbsp; &gt; Not too helpful to those of us who
>love to trade ideas and code
>&gt;&gt;&nbsp; &gt; snippets given the current
>&quot;license&quot;. May I respectfully suggest the
>&gt;&gt;&nbsp; &gt; LGPL license for the following
>reasons.
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp; &gt; BSD licenses are the simplest, easiest
>to use. But, they lack two
>&gt;&gt;&nbsp; &gt; kinds of protections that I think are
>important.
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp; &gt; One is the requirement that, if
>someone finds a bug in the licensed
>&gt;&gt;&nbsp; &gt; source code, there is no requirement
>to share the fix with others.
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp; &gt; One is protection from someone taking
>the licensed code and burying it
>&gt;&gt;&nbsp; &gt; with patents of one sort or another.
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp; &gt; There are many licenses which deal
>with these issues, one of which is
>&gt;&gt;&nbsp; &gt; the LGPL. A project I helped create,
>IRIS [1], is licensed LGPL. I
>&gt;&gt;&nbsp; &gt; would not mind having the ability to
>incorporate aspects of if not all
>&gt;&gt;&nbsp; &gt; of topincs into some aspect of IRIS.
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp; &gt; Cheers,
>&gt;&gt;&nbsp; &gt; Jack
>&gt;&gt;&nbsp; &gt; [1] http://www.openiris.org/
>&gt;&gt;&nbsp; &gt;
>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>&gt;
>&gt;
>&gt;
>&gt;&nbsp;
>&gt; Yahoo! Groups Links
>&gt;
>&gt;
>&gt;
>&gt;&nbsp;
>&gt;
>&gt;
>&gt;
>&gt;&nbsp;&nbsp;
>
>
>
>
>
>
>
>
>
>
>  YAHOO! GROUPS LINKS
>
>
>
>  &nbsp;Visit your group "topincs" on the web.&nbsp;
>  &nbsp;To unsubscribe from this group, send an email
>to:&nbsp;topincs-unsubscribe@yahoogroups.com&nbsp;
>  &nbsp;Your use of Yahoo! Groups is subject to the Yahoo!
>Terms of Service.
>
>
>
>
>
>
>
>
>
>
>
>
>

#7 From: Robert Cerny <robert_cerny@...>
Date: Mon May 15, 2006 4:53 pm
Subject: Re: License Comments
robert_cerny
Offline Offline
Send Email Send Email
 
Jack,

Thank you very much for your input on licensing. I will look into it
soon. Do you know a good site on this issue? Best would be a matrix with
licenses and rights for comparison.

Robert

Jack Park wrote:
> Robert,
>
> Publishing the code might protect you in terms of copyrights to the code
> itself, but that doesn't preclude someone from patenting an
> *application* of that code. For instance, suppose you published code
> that, like just about every bit of software on the planet, including
> yours, lets you click on a link and navigate to a new page. Then, along
> comes Amazon.com who puts a patent on using just one such click to open
> a particular kind of page. People do dumb things like that. Every day!
> Even behemoths like IBM and Microsoft do things like that. So, you need
> protection from "what people will do with your software" as much as
> anything else.
>
> It could take just one patent on application of your software to just
> one use case that could conceivably obliterate any real value your
> program offers. I see no reason why the good folks at apache.org and
> others don't realize this (perhaps they do, but I haven't seen evidence
> of it yet).  I haven't looked too closely, but I suspect the Mozilla
> license and possibly IBM's Common Public License (eclipse license?) pay
> attention to these things.  I'm not a lawyer and don't play one on tv
> either, but I have this hunch that the LGPL is one of a few licenses
> that try to pay attention to such details.
>
> Jack
>
> Robert Cerny wrote:
>
>> Hi Jack,
>>
>> Thanks for the input on the licensing. As i mentioned it is very likley
>> that it will become open source very soon, since i am someone who likes
>> to share ideas :-) I just did not have the time to look into it, so i am
>> very thankful that you push me in one direction. In particular the
>> second point you mentioned is important to me. But i thought it would be
>> accomplished already by publishing the code unpatented?!?
>>
>> Kind regards,
>> Robert
>>
>> jackpark1 wrote:
>>  > I just downloaded topincs. Great idea!
>>  > Not too helpful to those of us who love to trade ideas and code
>>  > snippets given the current "license". May I respectfully suggest the
>>  > LGPL license for the following reasons.
>>  >
>>  > BSD licenses are the simplest, easiest to use. But, they lack two
>>  > kinds of protections that I think are important.
>>  >
>>  > One is the requirement that, if someone finds a bug in the licensed
>>  > source code, there is no requirement to share the fix with others.
>>  >
>>  > One is protection from someone taking the licensed code and burying it
>>  > with patents of one sort or another.
>>  >
>>  > There are many licenses which deal with these issues, one of which is
>>  > the LGPL. A project I helped create, IRIS [1], is licensed LGPL. I
>>  > would not mind having the ability to incorporate aspects of if not all
>>  > of topincs into some aspect of IRIS.
>>  >
>>  > Cheers,
>>  > Jack
>>  > [1] http://www.openiris.org/
>>  >
>>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

#6 From: Robert Cerny <robert_cerny@...>
Date: Mon May 15, 2006 5:04 am
Subject: Re: httpd.conf not found
robert_cerny
Offline Offline
Send Email Send Email
 
Hello Valère

It is generated once you run configure in TOPINCS_HOME/bin.

Regards,
Robert

valere_jeantet wrote:
> Hello,
>
>    I can't find the TOPINCS_HOME/conf/httpd.conf in the 3 archives
> released, can you post it, or fix the releases ?
>
>    Thank you very much.
>
>
> Regards.
> Valère
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>

#5 From: "valere_jeantet" <valere.jeantet+yahoo@...>
Date: Sun May 14, 2006 8:59 pm
Subject: httpd.conf not found
valere_jeantet
Offline Offline
Send Email Send Email
 
Hello,

    I can't find the TOPINCS_HOME/conf/httpd.conf in the 3 archives
released, can you post it, or fix the releases ?

    Thank you very much.


Regards.
Valère

#4 From: Jack Park <jackpark@...>
Date: Sun May 14, 2006 6:34 pm
Subject: Re: License Comments
jackpark1
Offline Offline
Send Email Send Email
 
Robert,

Publishing the code might protect you in terms of copyrights to the code
itself, but that doesn't preclude someone from patenting an
*application* of that code. For instance, suppose you published code
that, like just about every bit of software on the planet, including
yours, lets you click on a link and navigate to a new page. Then, along
comes Amazon.com who puts a patent on using just one such click to open
a particular kind of page. People do dumb things like that. Every day!
Even behemoths like IBM and Microsoft do things like that. So, you need
protection from "what people will do with your software" as much as
anything else.

It could take just one patent on application of your software to just
one use case that could conceivably obliterate any real value your
program offers. I see no reason why the good folks at apache.org and
others don't realize this (perhaps they do, but I haven't seen evidence
of it yet).  I haven't looked too closely, but I suspect the Mozilla
license and possibly IBM's Common Public License (eclipse license?) pay
attention to these things.  I'm not a lawyer and don't play one on tv
either, but I have this hunch that the LGPL is one of a few licenses
that try to pay attention to such details.

Jack

Robert Cerny wrote:
> Hi Jack,
>
> Thanks for the input on the licensing. As i mentioned it is very likley
> that it will become open source very soon, since i am someone who likes
> to share ideas :-) I just did not have the time to look into it, so i am
> very thankful that you push me in one direction. In particular the
> second point you mentioned is important to me. But i thought it would be
> accomplished already by publishing the code unpatented?!?
>
> Kind regards,
> Robert
>
> jackpark1 wrote:
>  > I just downloaded topincs. Great idea!
>  > Not too helpful to those of us who love to trade ideas and code
>  > snippets given the current "license". May I respectfully suggest the
>  > LGPL license for the following reasons.
>  >
>  > BSD licenses are the simplest, easiest to use. But, they lack two
>  > kinds of protections that I think are important.
>  >
>  > One is the requirement that, if someone finds a bug in the licensed
>  > source code, there is no requirement to share the fix with others.
>  >
>  > One is protection from someone taking the licensed code and burying it
>  > with patents of one sort or another.
>  >
>  > There are many licenses which deal with these issues, one of which is
>  > the LGPL. A project I helped create, IRIS [1], is licensed LGPL. I
>  > would not mind having the ability to incorporate aspects of if not all
>  > of topincs into some aspect of IRIS.
>  >
>  > Cheers,
>  > Jack
>  > [1] http://www.openiris.org/
>  >

#3 From: Robert Cerny <robert_cerny@...>
Date: Sun May 14, 2006 6:32 pm
Subject: ANN: Topincs 1.1.1 released
robert_cerny
Offline Offline
Send Email Send Email
 
Some minor bugfixes.

Robert.

#2 From: Robert Cerny <robert_cerny@...>
Date: Sun May 14, 2006 6:21 pm
Subject: Re: License Comments
robert_cerny
Offline Offline
Send Email Send Email
 
Hi Jack,

Thanks for the input on the licensing. As i mentioned it is very likley
that it will become open source very soon, since i am someone who likes
to share ideas :-) I just did not have the time to look into it, so i am
very thankful that you push me in one direction. In particular the
second point you mentioned is important to me. But i thought it would be
accomplished already by publishing the code unpatented?!?

Kind regards,
Robert

jackpark1 wrote:
> I just downloaded topincs. Great idea!
> Not too helpful to those of us who love to trade ideas and code
> snippets given the current "license". May I respectfully suggest the
> LGPL license for the following reasons.
>
> BSD licenses are the simplest, easiest to use. But, they lack two
> kinds of protections that I think are important.
>
> One is the requirement that, if someone finds a bug in the licensed
> source code, there is no requirement to share the fix with others.
>
> One is protection from someone taking the licensed code and burying it
> with patents of one sort or another.
>
> There are many licenses which deal with these issues, one of which is
> the LGPL. A project I helped create, IRIS [1], is licensed LGPL. I
> would not mind having the ability to incorporate aspects of if not all
> of topincs into some aspect of IRIS.
>
> Cheers,
> Jack
> [1] http://www.openiris.org/
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>

#1 From: "jackpark1" <jackpark@...>
Date: Sun May 14, 2006 5:51 pm
Subject: License Comments
jackpark1
Offline Offline
Send Email Send Email
 
I just downloaded topincs. Great idea!
Not too helpful to those of us who love to trade ideas and code
snippets given the current "license". May I respectfully suggest the
LGPL license for the following reasons.

BSD licenses are the simplest, easiest to use. But, they lack two
kinds of protections that I think are important.

One is the requirement that, if someone finds a bug in the licensed
source code, there is no requirement to share the fix with others.

One is protection from someone taking the licensed code and burying it
with patents of one sort or another.

There are many licenses which deal with these issues, one of which is
the LGPL. A project I helped create, IRIS [1], is licensed LGPL. I
would not mind having the ability to incorporate aspects of if not all
of topincs into some aspect of IRIS.

Cheers,
Jack
[1] http://www.openiris.org/

Messages 1 - 30 of 200   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help