i tryed ./build all d, ./build all, ./build php n
I was working with 3 different versions until yesterday. I removed the other 2 php versions from options.
When I run the ./build php n command I get the following error.
i want 3 php version.
php 7.3, 7.0 and 5.4
how can i fix? thanks.
I was working with 3 different versions until yesterday. I removed the other 2 php versions from options.
When I run the ./build php n command I get the following error.
Code:
...
::~CodePointBreakIterator()':
/usr/local/directadmin/custombuild/php-7.3.19/ext/intl/breakiterator/codepointiterator_internal.cpp:70: undefined reference to `icu_58::BreakIterator::~BreakIterator()'
ext/intl/breakiterator/.libs/codepointiterator_internal.o: In function `PHP::CodePointBreakIterator::~CodePointBreakIterator()':
/usr/local/directadmin/custombuild/php-7.3.19/ext/intl/breakiterator/codepointiterator_internal.cpp:76: undefined reference to `icu_58::UMemory::operator delete(void*)'
ext/intl/breakiterator/.libs/codepointiterator_internal.o:(.data.rel.ro._ZTIN3PHP22CodePointBreakIteratorE[_ZTIN3PHP22CodePointBreakIteratorE]+0x10): undefined reference to `typeinfo for icu_58::BreakIterator'
ext/intl/breakiterator/.libs/codepointiterator_internal.o:(.data.rel.ro._ZTVN3PHP22CodePointBreakIteratorE[_ZTVN3PHP22CodePointBreakIteratorE]+0xa8): undefined reference to `icu_58::BreakIterator::getRuleStatus() const'
ext/intl/breakiterator/.libs/codepointiterator_internal.o:(.data.rel.ro._ZTVN3PHP22CodePointBreakIteratorE[_ZTVN3PHP22CodePointBreakIteratorE]+0xb0): undefined reference to `icu_58::BreakIterator::getRuleStatusVec(int*, int, UErrorCode&)'
collect2: error: ld returned 1 exit status
make: *** [sapi/phpdbg/phpdbg] Error 1
i want 3 php version.
php 7.3, 7.0 and 5.4
how can i fix? thanks.