Re: Source upgrade from 6.3-PRERELEASE to 7-STABLE

2008-04-06 Thread Joshua Isom


On Apr 5, 2008, at 3:57 AM, Matthew Seaman wrote:


Joshua Isom wrote:
I've looked back at a lot of the emails about upgrading a system from 
6 to 7, but all seem to contain some caveat or other, generally 
ports.  I want a "clean" system, but don't want to deal with backing 
up, reformatting, and installing, not to mention reconfiguring 
everything.  Since by now many people have done it, what's the best 
way to upgrade from 6.3 to 7.0 for the entire system, base and ports?


Note that once you have the base OS updated, you can leave it running
with the ports from 6.x for a while -- so long as you've still got the
6.x shlibs available everything will carry on working.  That means you
either have to install the misc/compat6.x port or you have to skip the
'make delete-old-libs' step at the end of the buildworld procedure.  
(Well,

postpone it until the ports can be rebuilt.)

...

Don't forget the 'make delete-old-libs' step at the end.  You can 
probably
deinstall compat6x similarly although there are some ports that will 
now

require it -- diablo-j{dk,re}15 for example.

Cheers,

Matthew



I decided to go with the plan of listing all leaf ports and all 
ports(install leaves first and then find out what's missing that I'd 
want based on everything I had), then deleting all of them and cleaning 
up some of the leftovers, and reinstalling the base and deleting the 
old libraries to get a good clean 7.0 system.  Only problem is when I 
started rebuilding stuff, I think libtool found f77 and some of the 
other 6.3 binaries that weren't deleted and things like gettext didn't 
want to install.  It seems as though either `make delete-old-libs` 
needs adapted to include deleting binaries, or a separate target for 
old binaries.  I'm currently building up my ports tree, and it seems to 
be working well now, so all the 6.3 binaries I found and deleted didn't 
seem to hurt anything, not that they could run as libc.so.6 is gone.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Source upgrade from 6.3-PRERELEASE to 7-STABLE

2008-04-05 Thread Matthew Seaman

Joshua Isom wrote:
I've looked back at a lot of the emails about upgrading a system from 6 
to 7, but all seem to contain some caveat or other, generally ports.  I 
want a "clean" system, but don't want to deal with backing up, 
reformatting, and installing, not to mention reconfiguring everything.  
Since by now many people have done it, what's the best way to upgrade 
from 6.3 to 7.0 for the entire system, base and ports?


It depends...

Seriously, one very good and fairly bulletproof way of migrating from 6.3
to 7.0 is by a nuke and repave job on your machine.  That may not be
right for you though.

Given that, you have to do an in-place update.  Consider the base system
and the ports separately.

To upgrade the base you have essentially two choices:

 *) Use FreeBSD-update -- follow the procedure shown here:

http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html

 *) cvsup with the appropriate TAG for the branch you want to
switch to (RELENG_7_0 for 7.0-RELEASE, RELENG_7 for 7.0-STABLE)
and then build and update your system according to the instructions
in the Handbook and the notes in /usr/src/UPDATING.

If you've been using either one of these methods to maintain your
system previously, then you're probably best to stick with what you
know for the major upgrade.  FreeBSD Update may have difficulties
with a system that isn't either a virgin install from the distribution
ISOs or that has been maintained solely through FreeBSD Update previously.

Note that once you have the base OS updated, you can leave it running
with the ports from 6.x for a while -- so long as you've still got the
6.x shlibs available everything will carry on working.  That means you
either have to install the misc/compat6.x port or you have to skip the
'make delete-old-libs' step at the end of the buildworld procedure.  (Well,
postpone it until the ports can be rebuilt.)

If you do choose to run a mixed system like this for a while, bear in
mind that you should not now upgrade or install the odd port here and there:
either you go ahead with the next stage which is to upgrade the whole lot,
or you leave well alone.  


The second major phase of work is to upgrade all your ports.  The mechanisms
for doing this are essentially the same as you'ld use for maintaining ports
routinely.  You will need to use a management tool that will order all of
the updates correctly: portmaster and portupgrade are the two leading
examples.

portmaster should work without any further ado as it has no other
dependencies within the ports tree.  portupgrade requires you to 
rebuild ruby and whichever of the ruby-bdb ports it links against

first.  Something like this:

# pkg_info -rx portupgrade 
Information for portupgrade-devel-2.4.3_1:


Depends on:
Dependency: ruby-1.8.6.111_1,1
Dependency: perl-5.8.8_1
Dependency: db44-4.4.20.4
Dependency: ruby18-bdb44-0.6.2
# pkg_delete -f portupgrade-devel-2.4.3_1 ruby18-bdb44-0.6.2 db44-4.4.20.4 
ruby-1.8.6.111_1,1
[...]
# cd /usr/ports/ports-mgmt/portupgrade-devel
# make install
[...]

Then you can proceed with 'portupgrade -fa'

(Substitute ports-mgmt/portupgrade if you don't want the development
version)

Either of the ports management tools can be made to install pre-built
packages given the appropriate command line arguments: this can save you
quite a lot of time at the cost of a certain amount of flexibility in
customising options.

Don't forget the 'make delete-old-libs' step at the end.  You can probably
deinstall compat6x similarly although there are some ports that will now
require it -- diablo-j{dk,re}15 for example.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Source upgrade from 6.3-PRERELEASE to 7-STABLE

2008-04-05 Thread Joshua Isom
I've looked back at a lot of the emails about upgrading a system from 6 
to 7, but all seem to contain some caveat or other, generally ports.  I 
want a "clean" system, but don't want to deal with backing up, 
reformatting, and installing, not to mention reconfiguring everything.  
Since by now many people have done it, what's the best way to upgrade 
from 6.3 to 7.0 for the entire system, base and ports?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric fails to install, 6.3-PRERELEASE

2008-01-21 Thread Warren Block

On Mon, 21 Jan 2008, Laszlo Nagy wrote:


"portupgrade -a" fails to install gnumeric. I tried to do this:

cd /usr/ports/math/gnumeric
make distclean
make
make install

It starts to install gnumeric and stops with this:


...

gmake  install-data-hook
gmake[5]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

/bin/sh ../../mkinstalldirs /usr/local/share/omf/gnumeric
for file in gnumeric-C.omf; do \
   install  -o root -g wheel -m 444 $file.out 
/usr/local/share/omf/gnumeric/$file; \

   done
install: gnumeric-C.omf.out: No such file or directory
gmake[5]: *** [install-data-hook-omf] Error 71
gmake[5]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[4]: *** [install-data-am] Error 2
gmake[4]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[3]: *** [install-am] Error 2
gmake[3]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc'

gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/math/gnumeric.
*** Error code 1

Stop in /usr/ports/math/gnumeric.


Just tried here, installed without problems:

FreeBSD speedy.wonkity.com 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Jan  1 14:16:24 MST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SPEEDY  i386


Ports tree updated with csup, GNOMEDB option enabled in the gnumeric 
config.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric fails to install, 6.3-PRERELEASE

2008-01-21 Thread Laszlo Nagy

Laszlo Nagy wrote:

Enviroment:

cassiopeia# uname -a
FreeBSD cassiopeia.ronet 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Tue 
Jan 15 04:41:41 EST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CASSIOPEIA  amd64

cassiopeia# portsnap fetch
Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
cassiopeia# portsnap update
Ports tree is already up to date.

The problem itself:

"portupgrade -a" fails to install gnumeric. I tried to do this:

cd /usr/ports/math/gnumeric
make distclean
make
make install

It starts to install gnumeric and stops with this:

gmake[4]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures'
gmake[3]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures'
gmake[3]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'
gmake[4]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/gnumeric/C
for file in about-authors.xml about-history.xml about-license.xml 
analysis-complexNumbers.xml analysis-goalseek.xml 
analysis-overview.xml analysis-scenarios.xml analysis-simulation.xml 
analysis-solver.xml analysis-statistical.xml appendix-glossary.xml 
appendix-keybindings.xml bugs.xml compiling.xml 
configuration-localization.xml configuration-overview.xml 
configuration-plugins.xml configuration-preferences.xml 
configuration-toolbars.xml data-commentNlink.xml data-delete.xml 
data-entry-advanced.xml data-entry-external.xml data-entry.xml 
data-format.xml data-generate.xml data-insert.xml data-modify.xml 
data-filter.xml data-move-copy.xml data-overview.xml 
data-selections.xml data-types.xml documenting.xml 
extending-functions.xml extending-overview.xml extending-plugins.xml 
extending-python.xml files-formats.xml files-email.xml 
files-opening.xml files-overview.xml files-saving.xml 
files-ssconvert.xml files-textopen.xml files-textsave.xml 
getting-involved.xml graphics-drawings.xml graphics-images.xml 
graphics-overview.xml graphics-plots.xml graphics-widgets.xml 
gui-menus.xml gui-mouse.xml gui-other-elements.xml gui-overview.xml 
gui-toolbars.xml installing.xml legal.xml manual-usage.xml 
morehelp.xml printing.xml quick-start.xml welcome.xml workbooks.xml 
worksheets.xml functions.xml gnumeric.xml; do \

 cp ./$file /usr/local/share/gnome/help/gnumeric/C; \
   done
if test "figures"; then \
 /bin/sh ../../mkinstalldirs 
/usr/local/share/gnome/help/gnumeric/C/figures; \

 for file in ./figures/*.png; do \
   basefile=`echo $file | sed -e  's,^.*/,,'`; \
   install  -o root -g wheel -m 444 $file 
/usr/local/share/gnome/help/gnumeric/C/figures/$basefile; \

 done \
   fi
test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p 
"/usr/local/man/man1"
install  -o root -g wheel -m 444 'gnumeric.1' 
'/usr/local/man/man1/gnumeric.1'
install  -o root -g wheel -m 444 'ssconvert.1' 
'/usr/local/man/man1/ssconvert.1'
install  -o root -g wheel -m 444 'ssindex.1' 
'/usr/local/man/man1/ssindex.1'

gmake  install-data-hook
gmake[5]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

/bin/sh ../../mkinstalldirs /usr/local/share/omf/gnumeric
for file in gnumeric-C.omf; do \
   install  -o root -g wheel -m 444 $file.out 
/usr/local/share/omf/gnumeric/$file; \

   done
install: gnumeric-C.omf.out: No such file or directory
gmake[5]: *** [install-data-hook-omf] Error 71
gmake[5]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[4]: *** [install-data-am] Error 2
gmake[4]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[3]: *** [install-am] Error 2
gmake[3]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc'

gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/math/gnumeric.
*** Error code 1

Stop in /usr/ports/math/gnumeric.


Is this a known bug? Should I post a PR?
Apparently knowbody knows the answer here. I'm going to wait for another 
day and then post a PR. Thanks,


  Laszlo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gnumeric fails to install, 6.3-PRERELEASE

2008-01-18 Thread Laszlo Nagy

Enviroment:

cassiopeia# uname -a
FreeBSD cassiopeia.ronet 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Tue 
Jan 15 04:41:41 EST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CASSIOPEIA  amd64

cassiopeia# portsnap fetch
Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
cassiopeia# portsnap update
Ports tree is already up to date.

The problem itself:

"portupgrade -a" fails to install gnumeric. I tried to do this:

cd /usr/ports/math/gnumeric
make distclean
make
make install

It starts to install gnumeric and stops with this:

gmake[4]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures'
gmake[3]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures'
gmake[3]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'
gmake[4]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/gnumeric/C
for file in about-authors.xml about-history.xml about-license.xml 
analysis-complexNumbers.xml analysis-goalseek.xml analysis-overview.xml 
analysis-scenarios.xml analysis-simulation.xml analysis-solver.xml 
analysis-statistical.xml appendix-glossary.xml appendix-keybindings.xml 
bugs.xml compiling.xml configuration-localization.xml 
configuration-overview.xml configuration-plugins.xml 
configuration-preferences.xml configuration-toolbars.xml 
data-commentNlink.xml data-delete.xml data-entry-advanced.xml 
data-entry-external.xml data-entry.xml data-format.xml data-generate.xml 
data-insert.xml data-modify.xml data-filter.xml data-move-copy.xml 
data-overview.xml data-selections.xml data-types.xml documenting.xml 
extending-functions.xml extending-overview.xml extending-plugins.xml 
extending-python.xml files-formats.xml files-email.xml files-opening.xml 
files-overview.xml files-saving.xml files-ssconvert.xml 
files-textopen.xml files-textsave.xml getting-involved.xml 
graphics-drawings.xml graphics-images.xml graphics-overview.xml 
graphics-plots.xml graphics-widgets.xml gui-menus.xml gui-mouse.xml 
gui-other-elements.xml gui-overview.xml gui-toolbars.xml installing.xml 
legal.xml manual-usage.xml morehelp.xml printing.xml quick-start.xml 
welcome.xml workbooks.xml worksheets.xml functions.xml gnumeric.xml; do \

 cp ./$file /usr/local/share/gnome/help/gnumeric/C; \
   done
if test "figures"; then \
 /bin/sh ../../mkinstalldirs 
/usr/local/share/gnome/help/gnumeric/C/figures; \

 for file in ./figures/*.png; do \
   basefile=`echo $file | sed -e  's,^.*/,,'`; \
   install  -o root -g wheel -m 444 $file 
/usr/local/share/gnome/help/gnumeric/C/figures/$basefile; \

 done \
   fi
test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p 
"/usr/local/man/man1"
install  -o root -g wheel -m 444 'gnumeric.1' 
'/usr/local/man/man1/gnumeric.1'
install  -o root -g wheel -m 444 'ssconvert.1' 
'/usr/local/man/man1/ssconvert.1'
install  -o root -g wheel -m 444 'ssindex.1' 
'/usr/local/man/man1/ssindex.1'

gmake  install-data-hook
gmake[5]: Entering directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

/bin/sh ../../mkinstalldirs /usr/local/share/omf/gnumeric
for file in gnumeric-C.omf; do \
   install  -o root -g wheel -m 444 $file.out 
/usr/local/share/omf/gnumeric/$file; \

   done
install: gnumeric-C.omf.out: No such file or directory
gmake[5]: *** [install-data-hook-omf] Error 71
gmake[5]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[4]: *** [install-data-am] Error 2
gmake[4]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[3]: *** [install-am] Error 2
gmake[3]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C'

gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc'

gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/math/gnumeric.
*** Error code 1

Stop in /usr/ports/math/gnumeric.


Is this a known bug? Should I post a PR?

Thanks,

  Laszlo


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 6.3-PRERELEASE build error

2007-12-03 Thread Scott Bennett
 On Sat, 1 Dec 2007 17:13:41 +0100 "Jack Raats" <[EMAIL PROTECTED]> wrote:

>After a sucessfull build of the kernel and world, make installworld gives the 
>following errors:
>
>install-info --quiet  --defsection="Programming & development tools."  
>--defentry="* libcom_err: (com_err).A Common Error Description Library 
>for UNIX."  com_err.info /usr/share/info/dir
>install-info: /usr/share/info/dir: empty file
>*** Error code 1
>
>Stop in /usr/src/lib/libcom_err/doc.
>*** Error code 1
>
>Stop in /usr/src/lib/libcom_err.
>*** Error code 1
>
>Stop in /usr/src/lib.
>*** Error code 1
>
>Stop in /usr/src.
>*** Error code 1
>
>Stop in /usr/src.
>*** Error code 1
>
>Stop in /usr/src.
>*** Error code 1
>
>Stop in /usr/src.
>
>
>FreeBSD 6.3-PRERELEASE
>source file"s: december 1 at 13:00 hours DUtch local time (using cvsup)
>
>Who can help?
>
 "make buildworld" is not clean for multiple-job makes in 6.2, so it may
also not be clean in 6.3-*.  I got errors in 6.2-STABLE with -j3 in the
MAKEFLAGS.  Removing -j3 eliminated the errors.  Apparently, the dependencies
on directory and file creation are not really correct in some cases, so a job
in a multi-job make will sometimes try to use a file or directory before it
has been created by another job.
 If you have been running "make buildworld" with -jn, where n is the
maximum number of parallel jobs you wish to run, try running it without that
option.  If you haven't been running it that way, then I apologize for the
noise. :-)
 Note that the above applies to the buildworld target, but parallel (i.e.,
multi-job) makes are fine for building the kernel and do save some time.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 6.3-PRERELEASE build error

2007-12-01 Thread Jack Raats
After a sucessfull build of the kernel and world, make installworld gives the 
following errors:

install-info --quiet  --defsection="Programming & development tools."  
--defentry="* libcom_err: (com_err).A Common Error Description Library 
for UNIX."  com_err.info /usr/share/info/dir
install-info: /usr/share/info/dir: empty file
*** Error code 1

Stop in /usr/src/lib/libcom_err/doc.
*** Error code 1

Stop in /usr/src/lib/libcom_err.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


FreeBSD 6.3-PRERELEASE
source file"s: december 1 at 13:00 hours DUtch local time (using cvsup)

Who can help?

Jack Raats

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11

2007-11-15 Thread tethys ocean
Hi,

I am so sorry for make you to busy such kind of silly question. Since I
solved myself...

I must make ownership of webmail directory  www.

Now it is working ...

in FreeBSD 6.2 Stable no need to change file ownership it remains root:wheel
but 6.3 PRERELEASE We must chage to www:www

/usr/local/www/apache22/data/webmail
2 drwxr-xr-x  14 www   www512 Nov 14 01:36 webmail


Although  in httpd.conf I have got such comment line in below it doesnt work
out but now.

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps


For this meaning what change is in 6.3 I didnt understant. I solve by by
chance, trial and error.

Sincerely



On Nov 15, 2007 5:17 PM, tethys ocean <[EMAIL PROTECTED]> wrote:
> I am running with my newserver on   FreeBSD 6.3-PRERELEASE  PHP 5.2.4
> squirrelmail-1.4.11 now I cant configure  squirrelmail. Whenever I
> write   http://my IP/webmailI am take some *php  page that is
> download. such like content
>
>
>
**
> 
> /**
>  * index.php
>  *
>  * Redirects to the login page.
>  *
>  * @copyright © 1999-2007 The SquirrelMail Project Team
>  * @license http://opensource.org/licenses/gpl-license.php GNU Public
License
>  * @version $Id: index.php 12127 2007-01-13 20:07:24Z kink $
>  * @package squirrelmail
>  */
>
> // Are we configured yet?
> if( ! file_exists ( 'config/config.php' ) ) {
> echo 'ERROR: Config file ' .
> '"config/config.php" not found. You need to ' .
> 'configure SquirrelMail before you can use it.';
> exit;
> }
>
> // If we are, go ahead to the login page.
> header('Location: src/login.php');
>
> ?>
>
>
**
>
>
> and also I cant browse configtest page  and also test.php
>
> I wonder this trouble is in my php config? or squirrelmail config??
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11

2007-11-15 Thread Jonathan Horne

Quoting tethys ocean <[EMAIL PROTECTED]>:


I am running with my newserver on   FreeBSD 6.3-PRERELEASE  PHP 5.2.4
squirrelmail-1.4.11 now I cant configure  squirrelmail. Whenever I
write   http://my IP/webmailI am take some *php  page that is
download. such like content


**
http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: index.php 12127 2007-01-13 20:07:24Z kink $
 * @package squirrelmail
 */

// Are we configured yet?
if( ! file_exists ( 'config/config.php' ) ) {
echo 'ERROR: Config file ' .
'"config/config.php" not found. You need to ' .
'configure SquirrelMail before you can use it.';
exit;
}

// If we are, go ahead to the login page.
header('Location: src/login.php');

?>

**


and also I cant browse configtest page  and also test.php

I wonder this trouble is in my php config? or squirrelmail config??


most likely, its a problem that you didnt update your httpd.conf.   
take a look at /usr/ports/lang/php5/pkg-message.mod


cheers,
--
Jonathan Horne
http://dfwlpiki.dfwlp.org
[EMAIL PROTECTED]


This message was sent using IMP, the Internet Messaging Program.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11

2007-11-15 Thread tethys ocean
I am running with my newserver on   FreeBSD 6.3-PRERELEASE  PHP 5.2.4
squirrelmail-1.4.11 now I cant configure  squirrelmail. Whenever I
write   http://my IP/webmailI am take some *php  page that is
download. such like content


**
http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: index.php 12127 2007-01-13 20:07:24Z kink $
 * @package squirrelmail
 */

// Are we configured yet?
if( ! file_exists ( 'config/config.php' ) ) {
echo 'ERROR: Config file ' .
'"config/config.php" not found. You need to ' .
'configure SquirrelMail before you can use it.';
exit;
}

// If we are, go ahead to the login page.
header('Location: src/login.php');

?>

**


and also I cant browse configtest page  and also test.php

I wonder this trouble is in my php config? or squirrelmail config??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11

2007-11-15 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 15 November 2007 10:17:18 tethys ocean wrote:
> I am running with my newserver on   FreeBSD 6.3-PRERELEASE  PHP 5.2.4
> squirrelmail-1.4.11 now I cant configure  squirrelmail. Whenever I
> write   http://my IP/webmail    I am take some *php  page that is
> download. such like content
> ***snip***

I suspect, if you are running a webserver such as apache, you need to add the 
following configurations lines to httpd.conf

   AddType application/x-httpd-php .php
   AddType application/x-httpd-php-source .phps


Thomas

- -- 
Thomas Abthorpe | FreeBSD Ports Committer
[EMAIL PROTECTED]   | http://people.freebsd.org/~tabthorpe
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHPGqE5Gm/jNBp8qARAjzaAJ0cIZ4RzGrOiC6ztkITp+wJDXWB9wCfVHpu
HayCMiePNdKLqtomVqIgRjU=
=RmEL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.3-PRERELEASE

2007-11-12 Thread Kris Kennaway

Dan Mahoney, System Admin wrote:

On Tue, 13 Nov 2007, Tino Engel wrote:

No, I wanted to track the 6-release chain, but was just a little 
surprised...I thought this kind of CVS naming scheme didn't take place 
till much later in the release engineering process.


Relax...it's just a name :)

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.3-PRERELEASE

2007-11-12 Thread Kris Kennaway

Dan Mahoney, System Admin wrote:

Hey All,

I recently CVSUPPED to what I thought would be 6.2-STABLE but instead 
got 6.3-PRERELEASE.


However, I look at www.freebsd.org/releng and I see no reference to the 
release cycle of 6.3.


Was this a mistake of some sort?


Only in your expectations :)

Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.3-PRERELEASE

2007-11-12 Thread Dan Mahoney, System Admin

On Tue, 13 Nov 2007, Tino Engel wrote:

No, I wanted to track the 6-release chain, but was just a little 
surprised...I thought this kind of CVS naming scheme didn't take place 
till much later in the release engineering process.


-Dan


Dan Mahoney, System Admin schrieb:

Hey All,

I recently CVSUPPED to what I thought would be 6.2-STABLE but instead got 
6.3-PRERELEASE.


However, I look at www.freebsd.org/releng and I see no reference to the 
release cycle of 6.3.


Was this a mistake of some sort?

-Dan

--

"Man, this is such a trip"

-Dan Mahoney, October 25, 1997

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



The tag you want is RELENG_6_2



--

"There is no right and wrong, there is only fun and boring."

-Fisher Stevens, "Hackers"

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.3-PRERELEASE

2007-11-12 Thread Tino Engel

Dan Mahoney, System Admin schrieb:

Hey All,

I recently CVSUPPED to what I thought would be 6.2-STABLE but instead 
got 6.3-PRERELEASE.


However, I look at www.freebsd.org/releng and I see no reference to 
the release cycle of 6.3.


Was this a mistake of some sort?

-Dan

--

"Man, this is such a trip"

-Dan Mahoney, October 25, 1997

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



The tag you want is RELENG_6_2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


6.3-PRERELEASE

2007-11-12 Thread Dan Mahoney, System Admin

Hey All,

I recently CVSUPPED to what I thought would be 6.2-STABLE but instead got 
6.3-PRERELEASE.


However, I look at www.freebsd.org/releng and I see no reference to the 
release cycle of 6.3.


Was this a mistake of some sort?

-Dan

--

"Man, this is such a trip"

-Dan Mahoney, October 25, 1997

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"