Re: php5 port error

2006-05-16 Thread Pablo Mora

Hi, i am trying to install mod_php5 but it doesnt work either, this is
the error:

proxy# portinstall mod_php5
[Updating the pkgdb  in /var/db/pkg ... - 26 packages
found (-1 +0) (...) done]
cd: can't cd to /usr/ports/www/mod_php5
** Port directory not found: www/mod_php5
** Listing the failed packages (*:skipped / !:failed)
! www/mod_php5  (port directory error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
proxy#


it  does seems like there is something seriously broken between the
index file in the ports and the real directory locations,
is there a way to begin from scratch?



mod_php5 directory was removed. check /usr/ports/MOVED

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5 port error

2006-05-16 Thread Miguel

Lowell Gilbert wrote:


Miguel <[EMAIL PROTECTED]> writes:

 


Luyt wrote:

   


On Tuesday 16 May 2006 16:00, Ashley Moran wrote:



 


Has anyone installed PHP5 on 6.1 yet?

I've tried fetching a file off a mirror and copying it to
/usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to
exist in /usr/ports/distfiles/"
  

   


I had a similar error.  I downloaded the "php-5.1.4.tar.bz2" file
manually, determined its size, MD5 and SHA256 hashes, and put all
that info into "/usr/ports/lang/php5/distinfo".  My "portupgrade -R
php5" then went OK.

My current /usr/ports/lang/php5/distinfo:

MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c
SHA256 (php-5.1.4.tar.bz2) =
b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32
SIZE (php-5.1.4.tar.bz2) = 6356171




 

thanks a lot Luyt, you saved my day, i was stuck trying to install php 
since yesterday,
   



You can always use "make makesum" to regenerate the checksums, but be
*very* careful about this; you are throwing away your only guarantee
(such as it is) that you are installing what you think you are.
 



Hi, i am trying to install mod_php5 but it doesnt work either, this is 
the error:


proxy# portinstall mod_php5
[Updating the pkgdb  in /var/db/pkg ... - 26 packages 
found (-1 +0) (...) done]

cd: can't cd to /usr/ports/www/mod_php5
** Port directory not found: www/mod_php5
** Listing the failed packages (*:skipped / !:failed)
   ! www/mod_php5  (port directory error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
proxy#


it  does seems like there is something seriously broken between the 
index file in the ports and the real directory locations,

is there a way to begin from scratch?

---
Miguel

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


Re: php5 port error

2006-05-16 Thread Lowell Gilbert
Miguel <[EMAIL PROTECTED]> writes:

> Luyt wrote:
>
>>On Tuesday 16 May 2006 16:00, Ashley Moran wrote:
>>
>>  
>>
>>>Has anyone installed PHP5 on 6.1 yet?
>>>
>>>I've tried fetching a file off a mirror and copying it to
>>>/usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to
>>>exist in /usr/ports/distfiles/"
>>>
>>>
>>
>> I had a similar error.  I downloaded the "php-5.1.4.tar.bz2" file
>> manually, determined its size, MD5 and SHA256 hashes, and put all
>> that info into "/usr/ports/lang/php5/distinfo".  My "portupgrade -R
>> php5" then went OK.
>>
>>My current /usr/ports/lang/php5/distinfo:
>>
>>MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c
>> SHA256 (php-5.1.4.tar.bz2) =
>> b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32
>>SIZE (php-5.1.4.tar.bz2) = 6356171
>>
>>
>>  
>>
> thanks a lot Luyt, you saved my day, i was stuck trying to install php 
> since yesterday,

You can always use "make makesum" to regenerate the checksums, but be
*very* careful about this; you are throwing away your only guarantee
(such as it is) that you are installing what you think you are.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5 port error

2006-05-16 Thread Miguel

Luyt wrote:


On Tuesday 16 May 2006 16:00, Ashley Moran wrote:

 


Has anyone installed PHP5 on 6.1 yet?

I've tried fetching a file off a mirror and copying it to
/usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to
exist in /usr/ports/distfiles/"
   



I had a similar error.  I downloaded the "php-5.1.4.tar.bz2" file manually, 
determined its size, MD5 and SHA256 hashes, and put all that info into 
"/usr/ports/lang/php5/distinfo".  My "portupgrade -R php5" then went OK.


My current /usr/ports/lang/php5/distinfo:

MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c
SHA256 (php-5.1.4.tar.bz2) = 
b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32

SIZE (php-5.1.4.tar.bz2) = 6356171


 

thanks a lot Luyt, you saved my day, i was stuck trying to install php 
since yesterday,

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


Re: php5 port error

2006-05-16 Thread Luyt
On Tuesday 16 May 2006 16:00, Ashley Moran wrote:

> Has anyone installed PHP5 on 6.1 yet?
>
> I've tried fetching a file off a mirror and copying it to
> /usr/ports/distfiles but I still get "php-5.1.4.tar.bz2 doesn't seem to
> exist in /usr/ports/distfiles/"

I had a similar error.  I downloaded the "php-5.1.4.tar.bz2" file manually, 
determined its size, MD5 and SHA256 hashes, and put all that info into 
"/usr/ports/lang/php5/distinfo".  My "portupgrade -R php5" then went OK.

My current /usr/ports/lang/php5/distinfo:

MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c
SHA256 (php-5.1.4.tar.bz2) = 
b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32
SIZE (php-5.1.4.tar.bz2) = 6356171


-- 

"The ability of the OSS process to collect and harness 
the collective IQ of thousands of individuals across 
the Internet is simply amazing." - Vinod Vallopillil
http://www.opensource.org/halloween/halloween4.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: php5 port error

2006-05-16 Thread fbsd
Yes I just went through this this morning. 
The md5 size count is not correct in the php5 port.
See /usr/ports/lang/php5/distro
I renamed the distro to distro.org and did 
"make install clean" and it found source to download.

Warning.  You have to download a new copy of the php5 
port config files to get version that changes back to 
defaulting to including the apache module. 

Do "make config" before "make install" so you can 
verify the compile time options are set to 
include the apache module.

Please submit bug PR on this.  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ashley Moran
Sent: Tuesday, May 16, 2006 10:01 AM
To: freebsd-questions@freebsd.org
Subject: Re: php5 port error


Has anyone installed PHP5 on 6.1 yet?

I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles 
but I still get "php-5.1.4.tar.bz2 doesn't seem to exist 
in /usr/ports/distfiles/"

Ashley

-- 
"If you do it the stupid way, you will have to do it again"
  - Gregory Chudnovsky
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: php5 port error

2006-05-16 Thread Ashley Moran
Has anyone installed PHP5 on 6.1 yet?

I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles 
but I still get "php-5.1.4.tar.bz2 doesn't seem to exist 
in /usr/ports/distfiles/"

Ashley

-- 
"If you do it the stupid way, you will have to do it again"
  - Gregory Chudnovsky
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5 port error

2006-05-15 Thread Gerard Seibert
fbsd wrote:

> After a complete port-all download on fresh 6.1 system the 
> distro size and md5 specified in the php5 make config files
> does not match any of the download sites the port looks at. 
> 
> Is this a error in the php5 port???
> ___
I had that exact same problem this morning when I did a fresh install of
PHP5. However, after trying what seemed like a dozen or so sites, it
finally found one that it liked. I have the log file of the build if it
is of any use to anyone.


-- 
Gerard Seibert
[EMAIL PROTECTED]

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