Matthew
Matthew
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
Small suggestion, even though its not directly related to filament, it would be great if its mentioned in form builder docs that whenever you have TextInput::make('name') for example, you should create a string name column in the migration of the model table. This might be great for laravel newcomers. I couldnt find any info about this in the v3 docs, so I guess for now its implied
65 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Thank you!
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Maybe because intl.so was compiled with icu 75, but now its using icu 76 that has different symbols
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Nice! But this created another error: PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/lib/php/modules/intl (/usr/lib/php/modules/intl: cannot open shared object file: No such file or directory), /usr/lib/php/modules/intl.so (/usr/lib/php/modules/intl.so: undefined symbol: _ZTIN6icu_7517StringEnumerationE)) in Unknown on line 0
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
~  ldd /usr/lib/php/modules/intl.so  ✔
linux-vdso.so.1 (0x00007e04ad359000)
libicuio.so.75 => not found
libicui18n.so.75 => not found
libicuuc.so.75 => not found
libicudata.so.75 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007e04ace00000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007e04ad1b4000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007e04ad182000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007e04acc00000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007e04ad35b000)
~  ldd /usr/lib/php/modules/intl.so  ✔
linux-vdso.so.1 (0x00007e04ad359000)
libicuio.so.75 => not found
libicui18n.so.75 => not found
libicuuc.so.75 => not found
libicudata.so.75 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007e04ace00000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007e04ad1b4000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007e04ad182000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007e04acc00000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007e04ad35b000)
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
So it isnt
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
~  ls -l /usr/lib/php/modules/intl.so
-rwxr-xr-x 1 root root 633048 12 feb 21:11 /usr/lib/php/modules/intl.so
~  ls -l /usr/lib/php/modules/intl.so
-rwxr-xr-x 1 root root 633048 12 feb 21:11 /usr/lib/php/modules/intl.so
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
One last bump just in case
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Yes, arch. I mentioned this at the start 😅
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Im giving as much information as I can
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
I know, but AI is just stuck in a loop 😅. I already tried debugging for hours, but couldnt solve it. Thats why Im here xD
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
Bump
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
My final conclusion is that I somehow have to manually build intl.so with icu v76 instead of v75. However, Im not sure how I can do that. Maybe there is a simpler fix? Thanks!
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
This error appears when enabling the intl extension in the php.ini file. However, if I dont enable it, then I just get the The "intl" PHP extension is required to use the [format] method.
23 replies
FFilament
Created by Matthew on 2/24/2025 in #❓┊help
PHP Startup: Unable to load dynamic library 'intl'
This shows me that intl has been build, however its using an old version of icu
pacman -Ql php | grep "intl"
php /usr/lib/php/modules/intl.so
pacman -Ql php | grep "intl"
php /usr/lib/php/modules/intl.so
23 replies