Monday, April 29, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1281  / 3 Years ago, wed, november 3, 2021, 7:04:37

I'm trying unsuccessfully to install id3 from PECL (tutorial). So, I did:



mkdir id3tmp
cd id3tmp
wget http://pecl.php.net/get/id3-0.2.tgz
tar -zxvf id3-0.2.tgz
pecl build


And here, I got the error:



error: initializer element is not computable at load time 
error: (near initialization for 'id3_functions[8]')


From google for this error I got very little, nothing significant.



How can I solve this error ? Or, How to successfully install id3 from PECL on Ubuntu ?


More From » installation

 Answers
4

The error occurred because I had PHP 5.4 version (bug)



I downgrade my PHP version to 5.3 and now works.


[#32210] Friday, November 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ntlesslving

Total Points: 123
Total Questions: 109
Total Answers: 113

Location: South Korea
Member since Fri, Sep 11, 2020
4 Years ago
;